mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(code-server): place user snippet suggestions on top (#95)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/95
This commit is contained in:
parent
e8958f3292
commit
5dfd6cebaa
1 changed files with 3 additions and 1 deletions
|
|
@ -34,5 +34,7 @@
|
|||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"autoDocstring.startOnNewLine": true,
|
||||
"chat.disableAIFeatures": true
|
||||
"chat.disableAIFeatures": true,
|
||||
"editor.snippetSuggestions": "top",
|
||||
"emmet.showSuggestionsAsSnippets": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue