We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73c910 commit f7c0232Copy full SHA for f7c0232
.devcontainer/devcontainer.json
@@ -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