17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/bin": true,
|
|
"**/obj": true,
|
|
"**/packages": true
|
|
},
|
|
"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"
|
|
}
|
|
} |