33 строки
560 B
Plaintext
33 строки
560 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
// Source code for Application Insights for Kubernetes
|
|
"name": "Product",
|
|
"path": "./src",
|
|
},
|
|
{
|
|
// Enables F5 to debug the code
|
|
"name": "Debugging",
|
|
"path": "./dev",
|
|
},
|
|
{
|
|
// Tests
|
|
"name": "Tests",
|
|
"path": "./tests",
|
|
},
|
|
{
|
|
// Examples
|
|
"name": "Examples",
|
|
"path": "./examples",
|
|
},
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true
|
|
},
|
|
"dotnet-test-explorer.testProjectPath": "**/*Tests.csproj"
|
|
}
|
|
} |