addYAMLstringsSuggestionsDefaultSetting

This commit is contained in:
RedCMD
2025-04-19 11:43:08 +12:00
committed by GitHub
parent e903d3eadb
commit b063ab5e2d

View File

@@ -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,