Browse Source

Add sqlite vscode extension to Gitpod configuration (#21552)

It allows for quick database inspections in the IDE.


![image](https://user-images.githubusercontent.com/20454870/197355299-222f5027-aba8-4fe2-b1d4-fff93d5ccb3c.png)

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
tags/v1.18.0-rc0
Yarden Shoham 1 year ago
parent
commit
fc1048a411
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .gitpod.yml

+ 1
- 0
.gitpod.yml View File

@@ -33,6 +33,7 @@ vscode:
- johnsoncodehk.volar
- ms-azuretools.vscode-docker
- zixuanchen.vitest-explorer
- alexcvzz.vscode-sqlite

ports:
- name: Gitea

Loading…
Cancel
Save