File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
"ghcr.io/devcontainers-contrib/features/poetry:2" : {},
11
11
"ghcr.io/devcontainers/features/python:1" : {
12
12
"version" : " 3.12"
13
- }
13
+ },
14
+ "ghcr.io/warrenbuckley/codespace-features/sqlite:1" : {}
14
15
},
15
16
"customizations" : {
16
17
"vscode" : {
25
26
" Vue.volar" ,
26
27
" ms-azuretools.vscode-docker" ,
27
28
" vitest.explorer" ,
28
- " qwtel.sqlite-viewer " ,
29
+ " cweijan.vscode-database-client2 " ,
29
30
" GitHub.vscode-pull-request-github" ,
30
31
" Azurite.azurite"
31
32
]
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ vscode:
43
43
- Vue.volar
44
44
- ms-azuretools.vscode-docker
45
45
- vitest.explorer
46
- - qwtel.sqlite-viewer
46
+ - cweijan.vscode-database-client2
47
47
- GitHub.vscode-pull-request-github
48
48
49
49
ports :
You can’t perform that action at this time.
0 commit comments