We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc06423 commit a8d8c98Copy full SHA for a8d8c98
.vscode/settings.json
@@ -6,7 +6,11 @@
6
"editor.wordWrap": "wordWrapColumn",
7
"editor.wordWrapColumn": 64,
8
"editor.lineNumbers": "off",
9
- "editor.quickSuggestions": false,
+ "editor.quickSuggestions": {
10
+ "comments": "off",
11
+ "strings": "off",
12
+ "other": "off"
13
+ },
14
"editor.minimap.enabled": false
15
},
16
"frontMatter.panel.openOnSupportedFile": true
0 commit comments