This commit is contained in:
2023-07-27 12:37:24 -07:00
parent 0111a25e69
commit 9717fcb3bf
37 changed files with 425 additions and 43 deletions

View File

@ -1,4 +1,8 @@
{
"files.eol": "\n",
"[markdown]": {
"editor.wordWrap": "off"
},
"cSpell.enabled": false,
"thunder-client.saveToWorkspace": true,
"thunder-client.workspaceRelativePath": ".vscode",
@ -7,6 +11,9 @@
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
}
}