From: yp05327 <576951401@qq.com> Date: Fri, 14 Jul 2023 07:58:02 +0000 (+0900) Subject: Add Github related extensions in devcontainer (#25800) X-Git-Tag: v1.21.0-rc0~560 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1c8073b483b80d1d8a225a3ae248a9ed740510a0;p=gitea.git Add Github related extensions in devcontainer (#25800) --- diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index be34bfd02d..3548878490 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,7 +23,8 @@ "Vue.volar", "ms-azuretools.vscode-docker", "zixuanchen.vitest-explorer", - "qwtel.sqlite-viewer" + "qwtel.sqlite-viewer", + "GitHub.vscode-pull-request-github" ] } }, diff --git a/.gitpod.yml b/.gitpod.yml index 000f534e85..35b22c45ae 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -35,6 +35,7 @@ vscode: - ms-azuretools.vscode-docker - zixuanchen.vitest-explorer - qwtel.sqlite-viewer + - GitHub.vscode-pull-request-github ports: - name: Gitea