Skip to content

Commit

Permalink
Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite (#25386)
Browse files Browse the repository at this point in the history
`alexcvzz.vscode-sqlite` doesn't work well in devcontainer.

qwtel.sqlite-viewer works well, maybe we can use this one instead.
  • Loading branch information
yp05327 authored Jun 20, 2023
1 parent feda506 commit 0052395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Vue.volar",
"ms-azuretools.vscode-docker",
"zixuanchen.vitest-explorer",
"alexcvzz.vscode-sqlite"
"qwtel.sqlite-viewer"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vscode:
- Vue.volar
- ms-azuretools.vscode-docker
- zixuanchen.vitest-explorer
- alexcvzz.vscode-sqlite
- qwtel.sqlite-viewer

ports:
- name: Gitea
Expand Down

0 comments on commit 0052395

Please sign in to comment.