How to set the Shortcut key in copiot chat of vscode

 

vscode에서 단축키 설정 메뉴 들어가기




workbench.action.chat.open           :: ctrl + alt + i 
workbench.action.chat.openAgent  :: ctrl + shift + i 
workbench.action.chat.openEdit :: -
workbench.action.chat.openAsk :: -
workbench.action.chat.ModelPicker :: ctrl + alt + .





update 사항으로 추가 설정이 가능해 짐.(v 1.100)

Chat mode keyboard shortcuts

The keyboard shortcut Ctrl+Alt+I still just opens the Chat view, but the Ctrl+Shift+I shortcut now opens the Chat view and switches to agent mode. If you'd like to set up keyboard shortcuts for other chat modes, there is a command for each mode:

  • workbench.action.chat.openAgent
  • workbench.action.chat.openEdit
  • workbench.action.chat.openAsk








댓글