feat(code-server): enable persistent terminal suggestions

This commit is contained in:
Victor Westerlund 2026-03-20 07:59:13 +01:00
parent 860ee045e7
commit 3e666f80c2
Signed by: vlw
GPG key ID: 5DAF14C317AA7719

View file

@ -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
}