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.
pull/25385/head^2
yp05327 1 year ago committed by GitHub
parent feda506321
commit 0052395351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .devcontainer/devcontainer.json
  2. 2
      .gitpod.yml

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

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

Loading…
Cancel
Save