mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
addYAMLstringsSuggestionsDefaultSetting
This commit is contained in:
@@ -95,7 +95,10 @@
|
||||
"editor.tabSize": 2,
|
||||
"editor.autoIndent": "advanced",
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.defaultColorDecorators": "never"
|
||||
"editor.defaultColorDecorators": "never",
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
},
|
||||
"[dockercompose]": {
|
||||
"editor.insertSpaces": true,
|
||||
|
||||
Reference in New Issue
Block a user