We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbe9518 + f0b8226 commit 70d9a94Copy full SHA for 70d9a94
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "csharp-ovh",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm"
+ "image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm",
7
// Features to add to the dev container. More info: https://containers.dev/features.
8
// "features": {},
9
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -19,4 +19,12 @@
19
// "customizations": {},
20
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21
// "remoteUser": "root"
22
+ "customizations": {
23
+ "vscode": {
24
+ "extensions": [
25
+ "ms-dotnettools.csdevkit",
26
+ "GitHub.vscode-github-actions"
27
+ ]
28
+ }
29
30
}
0 commit comments