Update settings from , profile « main »

main
Quentin Duchemin 2025-04-18 17:00:00 +02:00
parent 2bd80a634a
commit bff5aff12a
1 changed files with 16 additions and 1 deletions
profiles/main/data

View File

@ -51,5 +51,20 @@
"editor.quickSuggestionsDelay": 500,
"editor.suggestOnTriggerCharacters": false,
// See https://stackoverflow.com/questions/60175608/visual-studio-code-and-jinja-templates
"emmet.includeLanguages": {"jinja-py": "py", "jinja-shell": "shellscript"},
"emmet.includeLanguages": {
"jinja-py": "py",
"jinja-shell": "shellscript"
},
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "keep",
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultColorDecorators": "never",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
}
},
}