Skip to content

Commit 0b9708f

Browse files
committed
VSCode settings update
1 parent ae64863 commit 0b9708f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
"[markdown]": {
1111
"editor.wordWrapColumn": 132,
1212
"editor.wordWrap": "bounded",
13-
"editor.quickSuggestions": false
13+
"editor.quickSuggestions": {
14+
"comments": "off",
15+
"strings": "off",
16+
"other": "off"
17+
}
1418
},
1519
"emmet.includeLanguages":{
1620
"jekyll": "html",
1721
"scss": "css"
18-
}
22+
}
1923
}

0 commit comments

Comments
 (0)