mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
feat(code-server): enable persistent terminal suggestions (#127)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/127
This commit is contained in:
parent
860ee045e7
commit
8082236e62
1 changed files with 7 additions and 1 deletions
|
|
@ -42,5 +42,11 @@
|
||||||
"telemetry.telemetryLevel": "off",
|
"telemetry.telemetryLevel": "off",
|
||||||
"php-docblocker.useShortNames": true,
|
"php-docblocker.useShortNames": true,
|
||||||
"outline.collapseItems": "alwaysCollapse",
|
"outline.collapseItems": "alwaysCollapse",
|
||||||
"workbench.editor.tabActionCloseVisibility": false
|
"workbench.editor.tabActionCloseVisibility": false,
|
||||||
|
"terminal.integrated.suggest.quickSuggestions": {
|
||||||
|
"commands": "on",
|
||||||
|
"arguments": "on",
|
||||||
|
"unknown": "off"
|
||||||
|
},
|
||||||
|
"terminal.integrated.suggest.suggestOnTriggerCharacters": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue