summaryrefslogtreecommitdiffstats
path: root/.devcontainer
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-06-21 04:06:42 +0900
committerGitHub <noreply@github.com>2023-06-20 19:06:42 +0000
commit005239535141cab8a7748be4a22ab93854b9e74e (patch)
treeae4313ece99344588cf93db3039d9260fe3bb9d5 /.devcontainer
parentfeda5063217b44a0b66e25726e8975795c308a87 (diff)
downloadgitea-005239535141cab8a7748be4a22ab93854b9e74e.tar.gz
gitea-005239535141cab8a7748be4a22ab93854b9e74e.zip
Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite (#25386)
`alexcvzz.vscode-sqlite` doesn't work well in devcontainer. qwtel.sqlite-viewer works well, maybe we can use this one instead.
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6288e4d367..cc2e4a17f6 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -20,7 +20,7 @@
"Vue.volar",
"ms-azuretools.vscode-docker",
"zixuanchen.vitest-explorer",
- "alexcvzz.vscode-sqlite"
+ "qwtel.sqlite-viewer"
]
}
},