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 fa10061 commit 8bf4173Copy full SHA for 8bf4173
.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
4
"features": {
5
// installs nodejs into container
6
"ghcr.io/devcontainers/features/node:1": {
7
- "version":"20"
+ "version": "20"
8
},
9
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {},
10
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
@@ -24,7 +24,7 @@
24
"DavidAnson.vscode-markdownlint",
25
"Vue.volar",
26
"ms-azuretools.vscode-docker",
27
- "zixuanchen.vitest-explorer",
+ "vitest.explorer",
28
"qwtel.sqlite-viewer",
29
"GitHub.vscode-pull-request-github"
30
]
.gitpod.yml
@@ -42,7 +42,7 @@ vscode:
42
- DavidAnson.vscode-markdownlint
43
- Vue.volar
44
- ms-azuretools.vscode-docker
45
- - zixuanchen.vitest-explorer
+ - vitest.explorer
46
- qwtel.sqlite-viewer
47
- GitHub.vscode-pull-request-github
48
0 commit comments