Skip to content

Commit f63b9ee

Browse files
vscode update
1 parent c460cfc commit f63b9ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"[markdown]": {
3-
"editor.quickSuggestions": false,
3+
"editor.quickSuggestions": {
4+
"comments": "off",
5+
"strings": "off",
6+
"other": "off"
7+
},
48
"editor.wordWrap": "off"
59
},
610
"[powershell]": {

0 commit comments

Comments
 (0)