Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide authored Sep 22, 2023
1 parent 6db959b commit 7055393
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"image": "mcr.microsoft.com/devcontainers/dotnet:6.0", // Any generic, debian-based image.
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit"
]
}
}
}

0 comments on commit 7055393

Please sign in to comment.