mirror of https://github.com/microsoft/vscode.git
Change to `"on"`. Remove comma
This commit is contained in:
parent
b063ab5e2d
commit
4558fa13eb
|
@ -97,8 +97,8 @@
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
"editor.defaultColorDecorators": "never",
|
"editor.defaultColorDecorators": "never",
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
"strings": true
|
"strings": "on"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"[dockercompose]": {
|
"[dockercompose]": {
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
|
|
Loading…
Reference in New Issue