Skip to content

Commit a8d8c98

Browse files
author
marci
committed
Aktualisiere die Einstellungen für schnelle Vorschläge im Markdown-Editor
1 parent fc06423 commit a8d8c98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"editor.wordWrap": "wordWrapColumn",
77
"editor.wordWrapColumn": 64,
88
"editor.lineNumbers": "off",
9-
"editor.quickSuggestions": false,
9+
"editor.quickSuggestions": {
10+
"comments": "off",
11+
"strings": "off",
12+
"other": "off"
13+
},
1014
"editor.minimap.enabled": false
1115
},
1216
"frontMatter.panel.openOnSupportedFile": true

0 commit comments

Comments
 (0)