-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update ESLint, Prettier, and EditorConfig files
- remove GNOME from extension name
- Loading branch information
1 parent
20961bc
commit 87fd9ec
Showing
32 changed files
with
3,645 additions
and
6,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,14 +44,14 @@ bash <(wget -qO- https://raw.githubusercontent.com/ZanzyTHEbar/vscode-nautilus/m | |
To uninstall a GNOME Shell extension, you can use the GNOME Tweaks application or the `gnome-extensions` command. | ||
|
||
```bash | ||
gnome-extensions disable vscode-workspaces-gnome@prometheontechnologies.com | ||
gnome-extensions uninstall vscode-workspaces-gnome@prometheontechnologies.com | ||
gnome-extensions disable [email protected] | ||
gnome-extensions uninstall [email protected] | ||
``` | ||
|
||
You can also remove the directory manually. | ||
|
||
```bash | ||
rm -rf ~/.local/share/gnome-shell/extensions/vscode-workspaces-gnome@prometheontechnologies.com | ||
rm -rf ~/.local/share/gnome-shell/extensions/[email protected] | ||
``` | ||
|
||
## Uninstall Nautilus Extensions | ||
|
@@ -89,7 +89,7 @@ Navigate to your desired directory and execute following commands in the termina | |
|
||
```bash | ||
git clone https://github.com/ZanzyTHEbar/vscode-nautilus.git | ||
cd vscode-nautilus/vscode-workspaces-gnome | ||
cd vscode-nautilus/vscode-workspaces | ||
|
||
make && make pack && make install | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ install_nautilus_extensions() { | |
URL_TO_CHECK="" | ||
# GitHub repository and file to download | ||
GITHUB_REPO="ZanzyTHEbar/vscode-nautilus" | ||
RELEASE_FILE="vscode-workspaces-gnome.zip" | ||
RELEASE_FILE="vscode-workspaces.zip" | ||
|
||
# Function to check if URL exists | ||
check_url() { | ||
|
@@ -92,7 +92,7 @@ download_from_github() { | |
|
||
install_gnome_shell_extension() { | ||
# Check if the GNOME Shell extension is installed | ||
gnome_shell_extension_id="vscode-workspaces-gnome@prometheontechnologies.com" | ||
gnome_shell_extension_id="[email protected]" | ||
gnome_shell_extension_installed=$(gnome-extensions list | grep $gnome_shell_extension_id) | ||
|
||
if [ -z "$gnome_shell_extension_installed" ]; then | ||
|
@@ -114,7 +114,7 @@ install_gnome_shell_extension() { | |
fi | ||
|
||
# Install the GNOME Shell extension | ||
gnome-extensions install /tmp/vscode-workspaces-gnome.zip | ||
gnome-extensions install /tmp/vscode-workspaces.zip | ||
gnome-extensions enable $gnome_shell_extension_id | ||
echo "GNOME Shell extension installed successfully." | ||
else | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.