From 005239535141cab8a7748be4a22ab93854b9e74e Mon Sep 17 00:00:00 2001
From: yp05327 <576951401@qq.com>
Date: Wed, 21 Jun 2023 04:06:42 +0900
Subject: [PATCH] Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite
 (#25386)

`alexcvzz.vscode-sqlite` doesn't work well in devcontainer.

qwtel.sqlite-viewer works well, maybe we can use this one instead.
---
 .devcontainer/devcontainer.json | 2 +-
 .gitpod.yml                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6288e4d36..cc2e4a17f 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -20,7 +20,7 @@
         "Vue.volar",
         "ms-azuretools.vscode-docker",
         "zixuanchen.vitest-explorer",
-        "alexcvzz.vscode-sqlite"
+        "qwtel.sqlite-viewer"
       ]
     }
   },
diff --git a/.gitpod.yml b/.gitpod.yml
index f1b2fb195..000f534e8 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -34,7 +34,7 @@ vscode:
     - Vue.volar
     - ms-azuretools.vscode-docker
     - zixuanchen.vitest-explorer
-    - alexcvzz.vscode-sqlite
+    - qwtel.sqlite-viewer
 
 ports:
   - name: Gitea