remove appsettings

This commit is contained in:
2023-10-19 22:28:40 -07:00
parent 9a525b44cc
commit b985898ab2
19 changed files with 246 additions and 411 deletions

31
.vscode/settings.json vendored
View File

@ -1,19 +1,16 @@
{
"files.eol": "\n",
"[markdown]": {
"editor.wordWrap": "off"
},
"cSpell.enabled": false,
"thunder-client.saveToWorkspace": true,
"thunder-client.workspaceRelativePath": ".vscode",
"coverage-gutters.coverageBaseDir": "../.vscode/TestResults/*",
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
}
"[markdown]": {
"editor.wordWrap": "off"
},
"coverage-gutters.coverageBaseDir": "../.vscode/TestResults/*",
"cSpell.enabled": false,
"files.eol": "\n",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"thunder-client.saveToWorkspace": true,
"thunder-client.workspaceRelativePath": ".vscode"
}