"key": "...",
"command": "toggle",
"when": "editorTextFocus",
"args": {
"id": "autoCompletions",
"value": [
{ "github.copilot.editor.enableAutoCompletions": true },
{ "github.copilot.editor.enableAutoCompletions": false }
]
}
"key": "...",
"command": "toggle",
"when": "editorTextFocus",
"args": {
"id": "autoCompletions",
"value": [
{ "github.copilot.editor.enableAutoCompletions": true },
{ "github.copilot.editor.enableAutoCompletions": false }
]
}
I'm probably missing some important tool to help guard against that, but damn, I certainly do not envy C programmers at this point.
I'm probably missing some important tool to help guard against that, but damn, I certainly do not envy C programmers at this point.
"key": "ctrl+shift+k y",
"command": "toggle",
"when": "editorTextFocus",
"args": {
"id": "autoCompletions",
"value": [
{ "github.copilot.editor.enableAutoCompletions": true },
{ "github.copilot.editor.enableAutoCompletions": false }
]
}
"key": "ctrl+shift+k y",
"command": "toggle",
"when": "editorTextFocus",
"args": {
"id": "autoCompletions",
"value": [
{ "github.copilot.editor.enableAutoCompletions": true },
{ "github.copilot.editor.enableAutoCompletions": false }
]
}