mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[GH-ISSUE #54] Install script crashes if settings.json contains comments #42
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#42
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 @kurisubrooks on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/54
When running the install script, the script crashes at Step 4. due to the presence of comments (
//) in the settings.json. Despite VS Code supporting comments in JSON, it appears you're using Node's built-inJSON.parse, which does not.settings.json (relevant lines)
Crash:
@bwya77 commented on GitHub (Feb 19, 2026):
Fixed in v.0.0.2