Skip to content

Commit

Permalink
updated default image for .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 25, 2023
1 parent 966a659 commit 4d18467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ to the VS Code extension

const optionalFiles: FileSet = {
".devcontainer/devcontainer.json": {
image: "mcr.microsoft.com/devcontainers/universal:2",
image: " mcr.microsoft.com/devcontainers/javascript-node:18",
features: {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
Expand Down

0 comments on commit 4d18467

Please sign in to comment.