Add Github related extensions in devcontainer (#25800)

This commit is contained in:
yp05327 2023-07-14 16:58:02 +09:00 committed by GitHub
parent 52f46919dc
commit 1c8073b483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,8 @@
"Vue.volar", "Vue.volar",
"ms-azuretools.vscode-docker", "ms-azuretools.vscode-docker",
"zixuanchen.vitest-explorer", "zixuanchen.vitest-explorer",
"qwtel.sqlite-viewer" "qwtel.sqlite-viewer",
"GitHub.vscode-pull-request-github"
] ]
} }
}, },

View File

@ -35,6 +35,7 @@ vscode:
- ms-azuretools.vscode-docker - ms-azuretools.vscode-docker
- zixuanchen.vitest-explorer - zixuanchen.vitest-explorer
- qwtel.sqlite-viewer - qwtel.sqlite-viewer
- GitHub.vscode-pull-request-github
ports: ports:
- name: Gitea - name: Gitea