Skip to content

Commit 3c2bcb6

Browse files
authored
Create devcontainer.json (#752)
1 parent 499a133 commit 3c2bcb6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .devcontainer/devcontainer.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"image": "mcr.microsoft.com/powershell/test-deps:ubuntu-22.04",
3+
"features": {
4+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
5+
"ghcr.io/devcontainers/features/github-cli:1": {},
6+
"ghcr.io/devcontainers/features/common-utils:2": {}
7+
},
8+
"customizations": {
9+
"codespaces": {
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)