Fix vscode settings

This commit is contained in:
Amy 2022-06-26 23:58:51 -04:00
parent f684ccb8e8
commit 7d8236f889
1 changed files with 5 additions and 1 deletions

View File

@ -40,7 +40,11 @@
"files.eol": "\n",
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.tabSize": 4
}
}