Removed extesnsions for db, very limited. Use dbeaver for access to database.
This commit is contained in:
parent
5590f6243a
commit
3031171b4a
@ -2,7 +2,6 @@
|
||||
|
||||
#### Variables
|
||||
EXTENSIONS_PHP=(xdebug.php-debug zobo.php-intellisense lkrms.pretty-php)
|
||||
EXTENSIONS_DB=(mtxr.sqltools mtxr.sqltools-driver-mysql mtxr.sqltools-driver-pg mtxr.sqltools-driver-sqlite)
|
||||
EXTENSIONS_MISC=(foxundermoon.shell-format)
|
||||
|
||||
#### Functions
|
||||
@ -42,13 +41,6 @@ if choice 2>/dev/null; then
|
||||
done
|
||||
fi
|
||||
|
||||
echo -ne "\nYou want to install vscodium extensions for database (${EXTENSIONS_DB[@]})? "
|
||||
if choice 2>/dev/null; then
|
||||
for EXT_NAME in "${EXTENSIONS_DB[@]}"; do
|
||||
codium --force --install-extension $EXT_NAME
|
||||
done
|
||||
fi
|
||||
|
||||
echo -ne "\nYou want to install vscodium misc extensions (${EXTENSIONS_MISC[@]})? "
|
||||
if choice 2>/dev/null; then
|
||||
for EXT_NAME in "${EXTENSIONS_MISC[@]}"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user