mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
Compare commits
No commits in common. "cf7792393cba1534af5ee890d15cae6ea2a0c4bb" and "8082236e62104b995c9e1dd9f93ae5cddfbbd9b4" have entirely different histories.
cf7792393c
...
8082236e62
2 changed files with 1 additions and 16 deletions
|
|
@ -105,20 +105,5 @@
|
|||
"key": "f5",
|
||||
"command": "-workbench.action.debug.continue",
|
||||
"when": "debugState == 'stopped'"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+alt+space",
|
||||
"command": "workbench.action.terminal.triggerSuggest",
|
||||
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+space",
|
||||
"command": "-workbench.action.terminal.triggerSuggest",
|
||||
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+alt+space",
|
||||
"command": "-workbench.action.terminal.suggestToggleDetailsFocus",
|
||||
"when": "!textInputFocus"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"scope": "javascript,typescript",
|
||||
"prefix": "log",
|
||||
"body": [
|
||||
"console.log($1);",
|
||||
"console.log(\"$1\");",
|
||||
],
|
||||
"description": "Log output to console"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue