Migrating cradle server

This commit is contained in:
Brandon Watson
2021-03-05 23:13:57 -05:00
parent 8d3efc00fa
commit b7578de226
23 changed files with 0 additions and 19 deletions

View File

@ -0,0 +1,15 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/obj": true
},
"dotnet-test-explorer.testProjectPath": "./AuroraCradle.test",
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-dotnettools.csharp"
}
}