mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[PR #11] [CLOSED] feat: add vs-code-insiders support to installer scripts #96
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#96
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/11
Author: @Jabolol
Created: 2/15/2026
Status: ❌ Closed
Base:
main← Head:jabolol/code-insiders-support📝 Commits (1)
c94efa7feat: addvs-code-insiderssupport to installer scripts📊 Changes
3 files changed (+88 additions, -54 deletions)
View changed files
📝
README.md(+5 -3)📝
install.ps1(+49 -28)📝
install.sh(+34 -23)📄 Description
This PR adds VS Code Insiders support to the installer scripts. I use VS Code Insiders and didn't want to manually install the theme by copying files to the correct directories, and figured other users might need this too.
The scripts now try
codefirst, then fall back tocode-insidersif not found. They automatically use the correct paths for Insiders (~/.vscode-insiders/extensions,~/Library/Application Support/Code - Insiders/Useron macOS, etc.) while maintaining backward compatibility with stable VS Code.This PR also fixes a bug in the JSONC parser that was stripping
//from inside strings, which broke URLs likehttps://example.comin settings.json. The regex now only removes actual comment lines, not//within JSON values.The PowerShell script changes haven't been tested on Windows since I don't have a Windows machine. The bash script works correctly on macOS with VS Code Insiders.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.