Skip to content

Commit f7c0232

Browse files
authored
Create devcontainer.json
1 parent d73c910 commit f7c0232

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.devcontainer/devcontainer.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/powershell:1": {},
5+
"ghcr.io/devcontainers/features/node:1": {}
6+
}
7+
}

0 commit comments

Comments
 (0)