1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

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.
This commit is contained in:
yp05327 2023-06-21 04:06:42 +09:00 committed by GitHub
parent feda506321
commit 0052395351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"Vue.volar", "Vue.volar",
"ms-azuretools.vscode-docker", "ms-azuretools.vscode-docker",
"zixuanchen.vitest-explorer", "zixuanchen.vitest-explorer",
"alexcvzz.vscode-sqlite" "qwtel.sqlite-viewer"
] ]
} }
}, },

View File

@ -34,7 +34,7 @@ vscode:
- Vue.volar - Vue.volar
- ms-azuretools.vscode-docker - ms-azuretools.vscode-docker
- zixuanchen.vitest-explorer - zixuanchen.vitest-explorer
- alexcvzz.vscode-sqlite - qwtel.sqlite-viewer
ports: ports:
- name: Gitea - name: Gitea