Skip to content

Commit

Permalink
Add test explorer extension to the devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 5, 2020
1 parent 0299042 commit 16a7311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"extensions": [
"ms-dotnettools.csharp",
"editorconfig.editorconfig",
"formulahendry.dotnet-test-explorer",
"tintoy.msbuild-project-tools",
"ms-vscode.powershell"
],
Expand All @@ -50,4 +51,4 @@
"postCreateCommand": "./restore.sh",
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
}
}

0 comments on commit 16a7311

Please sign in to comment.