[json] enable quick suggestions in strings

This commit is contained in:
Martin Aeschlimann
2017-03-21 15:28:16 +01:00
parent cc7f3cbf0f
commit dc31a48002

View File

@@ -109,6 +109,11 @@
"description": "Traces the communication between VS Code and the JSON language server."
}
}
},
"configurationDefaults": {
"[json]": {
"editor.quickSuggestions": { "strings": true }
}
}
},
"dependencies": {