From 5590f6243ae6387faabca09289ffb7aa249bf996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Fri, 17 May 2024 14:45:12 +0200 Subject: [PATCH] Add support for Sqlite,Mysql and Postgresql --- development/vscodium/vscodium-user-ext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/vscodium/vscodium-user-ext.sh b/development/vscodium/vscodium-user-ext.sh index aa3f496..fb66d5b 100755 --- a/development/vscodium/vscodium-user-ext.sh +++ b/development/vscodium/vscodium-user-ext.sh @@ -2,7 +2,7 @@ #### Variables EXTENSIONS_PHP=(xdebug.php-debug zobo.php-intellisense lkrms.pretty-php) -EXTENSIONS_DB=(mtxr.sqltools) +EXTENSIONS_DB=(mtxr.sqltools mtxr.sqltools-driver-mysql mtxr.sqltools-driver-pg mtxr.sqltools-driver-sqlite) EXTENSIONS_MISC=(foxundermoon.shell-format) #### Functions