aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2024-06-03 19:41:29 +0900
committerGitHub <noreply@github.com>2024-06-03 10:41:29 +0000
commitfc641b3a28300e13c822140556eca8d00f2b5196 (patch)
tree29ed85628a26069666203bb335cfe0da545832d0 /.gitpod.yml
parent4b20b51f8260cb012581493d1143033dd3936aa6 (diff)
downloadgitea-fc641b3a28300e13c822140556eca8d00f2b5196.tar.gz
gitea-fc641b3a28300e13c822140556eca8d00f2b5196.zip
Remove sqlite-viewer and using database client (#31223)
sqlite-viewer can not edit sqlite. database client can connect to almost all common databases, which is very useful I think. Of cause, it can edit sqlite. https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2 And for using sqlite, sqlite3 is required. So also added a new feature: https://github.com/warrenbuckley/codespace-features found from: https://containers.dev/features
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index f573d55a76..8671edc47c 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -43,7 +43,7 @@ vscode:
- Vue.volar
- ms-azuretools.vscode-docker
- vitest.explorer
- - qwtel.sqlite-viewer
+ - cweijan.vscode-database-client2
- GitHub.vscode-pull-request-github
ports: