keybinding.json
Less than 1 minute
keybinding.json 관련
Open
- Ctrl+Shift+p 입력하여 Prmopt 창 생성
Open Keyboard Shortcuts (JSON)
입력
저장위치
%APPDATA%\Code\User
~/Application Support/Code/User
[
{
"key": "ctrl+alt+i",
"command": "-workbench.panel.chat",
"when": "workbench.panel.chat.view.copilot.active"
}, {
"key": "ctrl+alt+i",
"command": "-workbench.action.chat.open",
"when": "chatPanelParticipantRegistered || chatSetupInstalled"
}, {
"key": "ctrl+alt+i",
"command": "editor.action.insertSnippet"
}, {
"key": "shift+alt+t",
"command": "workbench.action.tasks.runTask"
}
]