mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
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#98
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?
📋 Pull Request Information
Original PR: https://github.com/bwya77/vscode-dark-islands/pull/37
Author: @hezhamen
Created: 2/16/2026
Status: 🔄 Open
Base:
main← Head:fix-update-mechanism📝 Commits (2)
e0ba791Fix #6: Improve PowerShell install script error handlinga68bd56Fix #36: Add update mechanism to install scripts📊 Changes
2 files changed (+324 additions, -56 deletions)
View changed files
📝
install.ps1(+150 -31)📝
install.sh(+174 -25)📄 Description
Fixes #36
Problem
The install scripts previously provided no way for users to:
Solution
Added comprehensive version checking and update management to both install scripts.
Changes to install.ps1 (Windows)
New Parameters:
New Features:
Usage Examples:
Changes to install.sh (macOS/Linux)
New Flags:
New Features:
Usage Examples:
🏝️ Islands Dark Theme Installer for macOS/Linux
[0;36mRepository version: 1.0.0[0m
[1;33mInstalled version: Not installed[0m
[0;31m❌ Error: VS Code: CLI (code) not found![0m
Please install VS Code: and make sure 'code' command is in your PATH.
You can do this by:
🏝️ Islands Dark Theme Installer for macOS/Linux
================================================
[0;36mRepository version: 1.0.0[0m
[1;33mInstalled version: Not installed[0m
[1;33mIslands Dark is not installed.[0m
Run without --check to install.
🏝️ Islands Dark Theme Installer for macOS/Linux
[0;36mRepository version: 1.0.0[0m
[1;33mInstalled version: Not installed[0m
[0;31m❌ Error: VS Code: CLI (code) not found![0m
Please install VS Code: and make sure 'code' command is in your PATH.
You can do this by:
Key Improvements
Testing
Files Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.