File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " csharp-ovh" ,
5
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"
6
+ "image" : " mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm" ,
7
7
// Features to add to the dev container. More info: https://containers.dev/features.
8
8
// "features": {},
9
9
// Use 'forwardPorts' to make a list of ports inside the container available locally.
19
19
// "customizations": {},
20
20
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21
21
// "remoteUser": "root"
22
+ "customizations" : {
23
+ "vscode" : {
24
+ "extensions" : [
25
+ " ms-dotnettools.csdevkit" ,
26
+ " GitHub.vscode-github-actions"
27
+ ]
28
+ }
29
+ }
22
30
}
You can’t perform that action at this time.
0 commit comments