mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[GH-ISSUE #36] No update mechanism - users can't easily get theme updates #29
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hezhamen on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/36
Problem
Currently, the install scripts (
install.ps1andinstall.sh) provide no mechanism for users to know when updates are available or to easily update to newer versions of the Islands Dark theme.Current Behavior
When a user runs the installer:
Impact
Expected Behavior
The installer should:
--updateor--check-updateflagPossible Solutions
package.jsonversion in the repo vs. installed extensioninstall.ps1 -Updateto only run if newer version existsFiles Affected
install.ps1(Windows)install.sh(macOS/Linux)bootstrap.ps1andbootstrap.shAdditional Context
This is important for user experience - many users install once and expect to receive updates, but currently they won't know when updates are available unless they actively check the repository.