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 feda506 commit 0052395Copy full SHA for 0052395
.devcontainer/devcontainer.json
@@ -20,7 +20,7 @@
20
"Vue.volar",
21
"ms-azuretools.vscode-docker",
22
"zixuanchen.vitest-explorer",
23
- "alexcvzz.vscode-sqlite"
+ "qwtel.sqlite-viewer"
24
]
25
}
26
},
.gitpod.yml
@@ -34,7 +34,7 @@ vscode:
34
- Vue.volar
35
- ms-azuretools.vscode-docker
36
- zixuanchen.vitest-explorer
37
- - alexcvzz.vscode-sqlite
+ - qwtel.sqlite-viewer
38
39
ports:
40
- name: Gitea
0 commit comments