Skip to content

Commit 5f5c752

Browse files
authored
Fixed definition
1 parent 7aff3e4 commit 5f5c752

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
22
"name": "C# (.NET)",
33
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:0-6.0",
4-
"build": {
5-
"dockerfile": "Dockerfile",
6-
"args": {
7-
"VARIANT": "6.0",
8-
}
9-
},
104

115
// Set *default* container specific settings.json values on container create.
126
"settings": {
13-
"terminal.integrated.shell.linux": "/bin/bash"
7+
"terminal.integrated.shell.linux": "/bin/bash",
8+
"dotnet-test-explorer.testProjectPath": "**/*Tests.@(csproj)"
149
},
1510

1611
// Add the IDs of extensions you want installed when the container is created.

0 commit comments

Comments
 (0)