Update settings from , profile « main »
parent
2bd80a634a
commit
bff5aff12a
profiles/main/data
|
@ -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
|
||||
}
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue