We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b8ef2 commit d13e150Copy full SHA for d13e150
2 files changed
ext/gnome-ext.sh
@@ -1,8 +1,6 @@
1
#!/usr/bin/env bash
2
3
# Install gnome extensions
4
-printf -- '%s\n' "Installing extensions for VS Code"
5
-
6
printf -- '%s\n' "Installing Dash-to-Panel"
7
git clone https://github.com/home-sweet-gnome/dash-to-panel.git
8
(
ext/vscode-ext.sh
@@ -56,7 +56,7 @@ vscext=(
56
printf -- '%s\n' "Installing extensions for VSCode"
57
for ext in "${vscext[@]}";
58
do
59
- code --install-extension "$ext";
+ code --install-extension "$ext" --force;
60
done
61
62
printf -- '%s\n' "Finished installing VSCode extensions" '%s\n'
0 commit comments