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