This commit is contained in:
Brandon Watson
2021-03-05 11:56:51 -05:00
parent 91d0a55d5e
commit b61ffde4c9
11 changed files with 234 additions and 140 deletions

View File

@ -7,6 +7,9 @@
"settings": {
"files.exclude": {
"**/obj": true
}
},
"dotnet-test-explorer.testProjectPath": "./AuroraSignal.test",
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-dotnettools.csharp"
}
}