Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit af2881d

Browse files
committed
typo in devcontainer template
1 parent bc2ff00 commit af2881d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ to the VS Code extension
217217

218218
const optionalFiles: FileSet = {
219219
".devcontainer/devcontainer.json": {
220-
image: " mcr.microsoft.com/devcontainers/javascript-node:18",
220+
image: "mcr.microsoft.com/devcontainers/javascript-node:18",
221221
features: {
222222
"ghcr.io/devcontainers/features/node:1": {},
223223
"ghcr.io/devcontainers/features/github-cli:1": {},

0 commit comments

Comments
 (0)