🐳 fix: Update .devcontainer Files (#1712)

* fix: modify the base docker image for devcontainer

* fix: restore package-lock.json from main
This commit is contained in:
Ryohei Kamiya 2024-02-04 22:39:19 +09:00 committed by GitHub
parent 335980ac98
commit d25ff7632a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 4 deletions

View file

@ -13,5 +13,6 @@
}
},
"postCreateCommand": "",
"features": { "ghcr.io/devcontainers/features/git:1": {} }
"features": { "ghcr.io/devcontainers/features/git:1": {} },
"remoteUser": "vscode"
}