Skip to content

Commit

Permalink
add test explorer extension to dotnet devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Feb 28, 2024
1 parent 578b303 commit 42b2924
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dotnet/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
{
"name": "C# (.NET)",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/dotnet:0-6.0-bullseye"
"image": "mcr.microsoft.com/devcontainers/dotnet:0-6.0-bullseye",
"customizations": {
"vscode": {
"extensions": [
"jcamp.dotnet-test-provider-explorer"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 42b2924

Please sign in to comment.