Skip to content

Commit ebb58ac

Browse files
committed
fix: 💫 update editor settings
1 parent 31f93da commit ebb58ac

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.vscode/settings.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
"[markdown]": {
44
"editor.wordWrap": "bounded",
55
"editor.wordWrapColumn": 80,
6-
"editor.quickSuggestions": false
6+
"editor.quickSuggestions": {
7+
"comments": "off",
8+
"strings": "off",
9+
"other": "off"
10+
}
711
},
812
"[svelte]": {
913
"editor.defaultFormatter": "svelte.svelte-vscode"
10-
},
11-
}
14+
}
15+
}

0 commit comments

Comments
 (0)