Skip to content

Commit 8bf4173

Browse files
authored
1 parent fa10061 commit 8bf4173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"features": {
55
// installs nodejs into container
66
"ghcr.io/devcontainers/features/node:1": {
7-
"version":"20"
7+
"version": "20"
88
},
99
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {},
1010
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
@@ -24,7 +24,7 @@
2424
"DavidAnson.vscode-markdownlint",
2525
"Vue.volar",
2626
"ms-azuretools.vscode-docker",
27-
"zixuanchen.vitest-explorer",
27+
"vitest.explorer",
2828
"qwtel.sqlite-viewer",
2929
"GitHub.vscode-pull-request-github"
3030
]

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vscode:
4242
- DavidAnson.vscode-markdownlint
4343
- Vue.volar
4444
- ms-azuretools.vscode-docker
45-
- zixuanchen.vitest-explorer
45+
- vitest.explorer
4646
- qwtel.sqlite-viewer
4747
- GitHub.vscode-pull-request-github
4848

0 commit comments

Comments
 (0)