Update settings from , profile « main »
parent
2bd80a634a
commit
bff5aff12a
|
@ -51,5 +51,20 @@
|
||||||
"editor.quickSuggestionsDelay": 500,
|
"editor.quickSuggestionsDelay": 500,
|
||||||
"editor.suggestOnTriggerCharacters": false,
|
"editor.suggestOnTriggerCharacters": false,
|
||||||
// See https://stackoverflow.com/questions/60175608/visual-studio-code-and-jinja-templates
|
// 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