diff options
author | yp05327 <576951401@qq.com> | 2023-07-14 16:58:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 15:58:02 +0800 |
commit | 1c8073b483b80d1d8a225a3ae248a9ed740510a0 (patch) | |
tree | 0160986a1107a4b6f70f86496d0a8ccc78cea082 /.gitpod.yml | |
parent | 52f46919dc8f4e67a6e24869841634a28b3426aa (diff) | |
download | gitea-1c8073b483b80d1d8a225a3ae248a9ed740510a0.tar.gz gitea-1c8073b483b80d1d8a225a3ae248a9ed740510a0.zip |
Add Github related extensions in devcontainer (#25800)
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |