We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f4691 commit 1c8073bCopy full SHA for 1c8073b
.devcontainer/devcontainer.json
@@ -23,7 +23,8 @@
23
"Vue.volar",
24
"ms-azuretools.vscode-docker",
25
"zixuanchen.vitest-explorer",
26
- "qwtel.sqlite-viewer"
+ "qwtel.sqlite-viewer",
27
+ "GitHub.vscode-pull-request-github"
28
]
29
}
30
},
.gitpod.yml
@@ -35,6 +35,7 @@ vscode:
35
- ms-azuretools.vscode-docker
36
- zixuanchen.vitest-explorer
37
- qwtel.sqlite-viewer
38
+ - GitHub.vscode-pull-request-github
39
40
ports:
41
- name: Gitea
0 commit comments