[PR #96] [MERGED] Delete broken extensions.json during install #119

Closed
opened 2026-05-06 13:13:27 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/bwya77/vscode-dark-islands/pull/96
Author: @bwya77
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @bwya77

Base: mainHead: 0.0.3


📝 Commits (1)

  • df7d526 Delete broken extensions.json during install so VS Code rebuilds it

📊 Changes

2 files changed (+16 additions, -0 deletions)

View changed files

📝 install.ps1 (+8 -0)
📝 install.sh (+8 -0)

📄 Description

Summary

  • Install scripts now delete the leftover broken extensions.json before proceeding
  • Previous versions of the script wrote invalid content to this file, which persisted across re-installs and prevented VS Code from discovering any extensions
  • VS Code rebuilds extensions.json cleanly on next launch

Test plan

  • Run install.ps1 on Windows — verify extensions.json is deleted and VS Code discovers extensions on reload
  • Run install.sh on macOS — verify same behavior

🤖 Generated with Claude Code


🔄 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/96 **Author:** [@bwya77](https://github.com/bwya77) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@bwya77](https://github.com/bwya77) **Base:** `main` ← **Head:** `0.0.3` --- ### 📝 Commits (1) - [`df7d526`](https://github.com/bwya77/vscode-dark-islands/commit/df7d526820d1c7f2ca4a89c47b534f543882d5ca) Delete broken extensions.json during install so VS Code rebuilds it ### 📊 Changes **2 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `install.ps1` (+8 -0) 📝 `install.sh` (+8 -0) </details> ### 📄 Description ## Summary - Install scripts now delete the leftover broken `extensions.json` before proceeding - Previous versions of the script wrote invalid content to this file, which persisted across re-installs and prevented VS Code from discovering any extensions - VS Code rebuilds `extensions.json` cleanly on next launch ## Test plan - [ ] Run `install.ps1` on Windows — verify extensions.json is deleted and VS Code discovers extensions on reload - [ ] Run `install.sh` on macOS — verify same behavior 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:13:27 +02:00
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#119
No description provided.