We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aff3e4 commit 5f5c752Copy full SHA for 5f5c752
.devcontainer/devcontainer.json
@@ -1,16 +1,11 @@
1
{
2
"name": "C# (.NET)",
3
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:0-6.0",
4
- "build": {
5
- "dockerfile": "Dockerfile",
6
- "args": {
7
- "VARIANT": "6.0",
8
- }
9
- },
10
11
// Set *default* container specific settings.json values on container create.
12
"settings": {
13
- "terminal.integrated.shell.linux": "/bin/bash"
+ "terminal.integrated.shell.linux": "/bin/bash",
+ "dotnet-test-explorer.testProjectPath": "**/*Tests.@(csproj)"
14
},
15
16
// Add the IDs of extensions you want installed when the container is created.
0 commit comments