mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
fix(code-server): disable initial suggesions hint for integrated terminal (#130)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/130
This commit is contained in:
parent
cf7792393c
commit
6d2f6956ff
1 changed files with 2 additions and 1 deletions
|
|
@ -48,5 +48,6 @@
|
|||
"arguments": "on",
|
||||
"unknown": "off"
|
||||
},
|
||||
"terminal.integrated.suggest.suggestOnTriggerCharacters": true
|
||||
"terminal.integrated.suggest.suggestOnTriggerCharacters": true,
|
||||
"terminal.integrated.initialHint": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue