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 a7b75d8 commit dcf7676Copy full SHA for dcf7676
.devcontainer/devcontainer.json
@@ -1,10 +1,11 @@
1
{
2
"name": "stdlib - OSS Development",
3
- "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
4
"features": {
5
+ "ghcr.io/devcontainers/features/python:1": {},
6
"ghcr.io/rocker-org/devcontainer-features/r-apt:0": {},
7
"ghcr.io/julialang/devcontainer-features/julia:1": {},
- "ghcr.io/marcozac/devcontainer-features/shellcheck:1": {},
8
+ "ghcr.io/devcontainers-extra/features/shellcheck:1": {},
9
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
10
},
11
"postCreateCommand": "./.devcontainer/post-create",
0 commit comments