Minor dev container polish (#887)

* Minor polish

* Comment
This commit is contained in:
Brigit Murtaugh
2023-04-05 11:45:01 -07:00
committed by GitHub
parent 1b7e3b7bed
commit c794c867bb

View File

@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at: // For format details, see https://aka.ms/devcontainer.json. For config options, see the
// https://github.com/microsoft/vscode-dev-containers/tree/v0.112.0/containers/dotnetcore-3.1 // README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{ {
"name": "eShopOnWeb", "name": "eShopOnWeb",
"image": "mcr.microsoft.com/devcontainers/dotnet:0-7.0", "image": "mcr.microsoft.com/devcontainers/dotnet:0-7.0",
@@ -11,9 +11,9 @@
"extensions": [ "extensions": [
"ms-dotnettools.csharp", "ms-dotnettools.csharp",
"formulahendry.dotnet-test-explorer", "formulahendry.dotnet-test-explorer",
"ms-vscode.vscode-node-azure-pack", "ms-vscode.vscode-node-azure-pack",
"ms-kubernetes-tools.vscode-kubernetes-tools", "ms-kubernetes-tools.vscode-kubernetes-tools",
"redhat.vscode-yaml" "redhat.vscode-yaml"
] ]
} }
}, },