this repo has no description

vscode: shortcut for copilot chat

seth.computer f091b812 588fd372

verified
+5
+5
vscode/keybindings.json
··· 323 323 { 324 324 "key": "ctrl+j j", 325 325 "command": "workbench.action.positionPanelBottom" 326 + }, 327 + { 328 + "key": "shift+cmd+/", 329 + "command": "workbench.action.chat.openInEditor", 330 + "when": "chatIsEnabled" 326 331 } 327 332 ]