mirror of https://github.com/microsoft/vscode.git
addYAMLstringsSuggestionsDefaultSetting
This commit is contained in:
parent
e903d3eadb
commit
b063ab5e2d
|
@ -95,7 +95,10 @@
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.autoIndent": "advanced",
|
"editor.autoIndent": "advanced",
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
"editor.defaultColorDecorators": "never"
|
"editor.defaultColorDecorators": "never",
|
||||||
|
"editor.quickSuggestions": {
|
||||||
|
"strings": true
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"[dockercompose]": {
|
"[dockercompose]": {
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
|
|
Loading…
Reference in New Issue