fix(code-server): disable initial hint for integrated terminal

This commit is contained in:
Victor Westerlund 2026-03-31 12:10:48 +02:00
parent cf7792393c
commit 376fe3cf7a
Signed by: vlw
GPG key ID: 5DAF14C317AA7719

View file

@ -48,5 +48,6 @@
"arguments": "on",
"unknown": "off"
},
"terminal.integrated.suggest.suggestOnTriggerCharacters": true
"terminal.integrated.suggest.suggestOnTriggerCharacters": true,
"terminal.integrated.initialHint": false
}