this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vscode: shortcut for copilot chat

+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 ]