From d5295b3c5649025ea700798b28ba68351590963f Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sat, 22 Oct 2022 17:47:16 +0000 Subject: [PATCH] Add sqlite vscode extension to Gitpod configuration It allows for quick database inspections in the IDE. Signed-off-by: Yarden Shoham --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index e3b79c0c5488a..89f598694c92c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -32,6 +32,7 @@ vscode: - johnsoncodehk.volar - ms-azuretools.vscode-docker - zixuanchen.vitest-explorer + - alexcvzz.vscode-sqlite ports: - name: Gitea