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 84e398f commit c65cb25Copy full SHA for c65cb25
.devcontainer/devcontainer.json
@@ -1,9 +1,7 @@
1
{
2
- "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
3
"features": {
4
- "ghcr.io/devcontainers/features/node:1": {
5
- "version": "lts"
6
- }
+ "ghcr.io/devcontainers/features/rust:1": {}
7
},
8
"customizations": {
9
"vscode": {
0 commit comments