diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-10-24 23:55:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 16:55:59 -0400 |
commit | fc1048a411ea1f1465b69b34b5fc297ae012d04e (patch) | |
tree | e5476ad4cf5266fe8c938146035a368f6b815133 /.gitpod.yml | |
parent | 0ebb45cfe7606adf021ad359d6fbfcefc54360a5 (diff) | |
download | gitea-fc1048a411ea1f1465b69b34b5fc297ae012d04e.tar.gz gitea-fc1048a411ea1f1465b69b34b5fc297ae012d04e.zip |
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>
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 6dc6bb513d..0b6ad1f30e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -33,6 +33,7 @@ vscode: - johnsoncodehk.volar - ms-azuretools.vscode-docker - zixuanchen.vitest-explorer + - alexcvzz.vscode-sqlite ports: - name: Gitea |