[PR #119] Update install and uninstall scripts to not remove existing extensions #128

Open
opened 2026-05-06 13:13:31 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/bwya77/vscode-dark-islands/pull/119
Author: @WPRobson
Created: 3/15/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 9d66125 Update install and uninstall scripts to not remove existing extensions

📊 Changes

4 files changed (+58 additions, -61 deletions)

View changed files

📝 install.ps1 (+0 -8)
📝 install.sh (+0 -8)
📝 uninstall.ps1 (+39 -17)
📝 uninstall.sh (+19 -28)

📄 Description

Running the install or uninstall scripts looks to be deleting all users existing extensions. In an attempt to prevent that:

  • use the vscode cli to install and uninstall extensions instead of parsing and modifying extensions JSON
  • do not remove the extensions.json file

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bwya77/vscode-dark-islands/pull/119 **Author:** [@WPRobson](https://github.com/WPRobson) **Created:** 3/15/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9d66125`](https://github.com/bwya77/vscode-dark-islands/commit/9d6612573a8f46c4a9ec3286dc0b42e2057bb8ce) Update install and uninstall scripts to not remove existing extensions ### 📊 Changes **4 files changed** (+58 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `install.ps1` (+0 -8) 📝 `install.sh` (+0 -8) 📝 `uninstall.ps1` (+39 -17) 📝 `uninstall.sh` (+19 -28) </details> ### 📄 Description Running the install or uninstall scripts looks to be deleting all users existing extensions. In an attempt to prevent that: - use the vscode cli to install and uninstall extensions instead of parsing and modifying extensions JSON - do not remove the extensions.json file --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vscode-dark-islands#128
No description provided.