mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
feat(code-server): enable persistent terminal suggestions
This commit is contained in:
parent
860ee045e7
commit
3e666f80c2
1 changed files with 7 additions and 1 deletions
|
|
@ -42,5 +42,11 @@
|
|||
"telemetry.telemetryLevel": "off",
|
||||
"php-docblocker.useShortNames": true,
|
||||
"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