Browse Source

Minor dev container polish (#887)

* Minor polish

* Comment
main
Brigit Murtaugh 3 years ago
committed by GitHub
parent
commit
c794c867bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .devcontainer/devcontainer.json

4
.devcontainer/devcontainer.json

@ -1,5 +1,5 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.112.0/containers/dotnetcore-3.1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name": "eShopOnWeb",
"image": "mcr.microsoft.com/devcontainers/dotnet:0-7.0",

Loading…
Cancel
Save