summaryrefslogtreecommitdiffstats
path: root/.devcontainer
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-07-14 16:58:02 +0900
committerGitHub <noreply@github.com>2023-07-14 15:58:02 +0800
commit1c8073b483b80d1d8a225a3ae248a9ed740510a0 (patch)
tree0160986a1107a4b6f70f86496d0a8ccc78cea082 /.devcontainer
parent52f46919dc8f4e67a6e24869841634a28b3426aa (diff)
downloadgitea-1c8073b483b80d1d8a225a3ae248a9ed740510a0.tar.gz
gitea-1c8073b483b80d1d8a225a3ae248a9ed740510a0.zip
Add Github related extensions in devcontainer (#25800)
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
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"
]
}
},