diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-05 20:28:43 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-05 20:28:43 +0900 |
| commit | d6d0b9659fb03bfb464defdbcf191e7d699b09fa (patch) | |
| tree | c30f3f50c7ba88fa5fbe3efd3daf623145bf7109 /.devcontainer/devcontainer.json | |
| parent | refactor(client): use css module (diff) | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-d6d0b9659fb03bfb464defdbcf191e7d699b09fa.tar.gz sharkey-d6d0b9659fb03bfb464defdbcf191e7d699b09fa.tar.bz2 sharkey-d6d0b9659fb03bfb464defdbcf191e7d699b09fa.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 59d3959462..6accd43476 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,13 +3,15 @@ "dockerComposeFile": "docker-compose.yml", "service": "app", "workspaceFolder": "/workspace", + "features": { + "ghcr.io/devcontainers-contrib/features/pnpm:2": {} + }, "forwardPorts": [3000], "postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh", "customizations": { "vscode": { "extensions": [ "editorconfig.editorconfig", - "eg2.vscode-npm-script", "dbaeumer.vscode-eslint", "Vue.volar", "Vue.vscode-typescript-vue-plugin", |