update quickSuggestions settings (#46)
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -4,7 +4,11 @@
|
|||||||
"editor.overviewRulerBorder": false,
|
"editor.overviewRulerBorder": false,
|
||||||
"editor.lineHeight": 24,
|
"editor.lineHeight": 24,
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.quickSuggestions": true
|
"editor.quickSuggestions": {
|
||||||
|
"comments": "on",
|
||||||
|
"strings": "on",
|
||||||
|
"other": "on"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"files.defaultLanguage": "markdown",
|
"files.defaultLanguage": "markdown",
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
|
|||||||
Reference in New Issue
Block a user