addYAMLstringsSuggestionsDefaultSetting

This commit is contained in:
RedCMD 2025-04-19 11:43:08 +12:00 committed by GitHub
parent e903d3eadb
commit b063ab5e2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

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