2019-05-19 21:25:42 +00:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
2019-05-24 14:27:19 +00:00
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"files.exclude": {
|
|
|
|
"**/bin": true,
|
|
|
|
"**/obj": true,
|
|
|
|
"**/packages": true
|
2020-01-20 23:38:05 +00:00
|
|
|
},
|
|
|
|
"nxunitExplorer.nunit": "/Users/brandonwatson/Documents/Gitlab/Aurora/aurora-sharp-desktop/Aurora.test/bin/Debug/nunit.framework.dll",
|
|
|
|
"nxunitExplorer.logpanel": true,
|
|
|
|
"dotnet-test-explorer.testProjectPath": "./Aurora.test"
|
2019-05-24 14:27:19 +00:00
|
|
|
}
|
2019-05-19 21:25:42 +00:00
|
|
|
}
|