Skip to content

Commit 1c8073b

Browse files
authored
Add Github related extensions in devcontainer (#25800)
1 parent 52f4691 commit 1c8073b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"Vue.volar",
2424
"ms-azuretools.vscode-docker",
2525
"zixuanchen.vitest-explorer",
26-
"qwtel.sqlite-viewer"
26+
"qwtel.sqlite-viewer",
27+
"GitHub.vscode-pull-request-github"
2728
]
2829
}
2930
},

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ vscode:
3535
- ms-azuretools.vscode-docker
3636
- zixuanchen.vitest-explorer
3737
- qwtel.sqlite-viewer
38+
- GitHub.vscode-pull-request-github
3839

3940
ports:
4041
- name: Gitea

0 commit comments

Comments
 (0)