We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c638eff commit ff01967Copy full SHA for ff01967
1 file changed
.devcontainer/devcontainer.json
@@ -5,6 +5,13 @@
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
"image": "mcr.microsoft.com/devcontainers/python:2-3-bookworm",
7
"features": {
8
+ "ghcr.io/devcontainers/features/node:1": {
9
+ "nodeGypDependencies": true,
10
+ "installYarnUsingApt": true,
11
+ "version": "lts",
12
+ "pnpmVersion": "latest",
13
+ "nvmVersion": "latest"
14
+ }
15
//"ghcr.io/hspaans/devcontainer-features/pytest:2": {}
16
},
17
0 commit comments