This repository has been archived on 2021-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-cradle-sharp/workspace.code-workspace

16 lines
278 B
Plaintext
Raw Permalink Normal View History

2021-03-04 06:57:21 +00:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/obj": true
2021-03-05 16:56:51 +00:00
},
2021-03-05 21:50:54 +00:00
"dotnet-test-explorer.testProjectPath": "./AuroraCradle.test",
2021-03-05 16:56:51 +00:00
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-dotnettools.csharp"
2021-03-04 06:57:21 +00:00
}
}