Skip to content

Commit e5ff109

Browse files
committed
fix: devcontainer feature: node
devcontainers/features#1547
1 parent 02c355a commit e5ff109

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"source=${localEnv:HOME}/.agent/codex/.codex,target=/home/vscode/.codex,type=bind,consistency=cached",
77
],
88
"features": {
9-
"ghcr.io/devcontainers/features/node:1": {
10-
"installYarnUsingApt": false
11-
},
9+
"ghcr.io/devcontainers/features/node:1": {},
1210
// curlなどのツールを導入しておく
1311
"ghcr.io/devcontainers/features/common-utils:2": {},
1412
// サードパーティのRedis CLIを入れる

0 commit comments

Comments
 (0)