Skip to content

Commit 70d9a94

Browse files
authored
Merge pull request #70 from ovh/devcontainer
chore: devcontainer: add needed extensions
2 parents fbe9518 + f0b8226 commit 70d9a94

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.devcontainer/devcontainer.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "csharp-ovh",
55
// 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"
6+
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm",
77
// Features to add to the dev container. More info: https://containers.dev/features.
88
// "features": {},
99
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -19,4 +19,12 @@
1919
// "customizations": {},
2020
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2121
// "remoteUser": "root"
22+
"customizations": {
23+
"vscode": {
24+
"extensions": [
25+
"ms-dotnettools.csdevkit",
26+
"GitHub.vscode-github-actions"
27+
]
28+
}
29+
}
2230
}

0 commit comments

Comments
 (0)