Skip to content

Extend VS Code fork storage detection - #46

Merged
Railly merged 4 commits into
Railly:mainfrom
OliverBennettdev:agent/extend-vscode-variants
Aug 22, 2026
Merged

Extend VS Code fork storage detection#46
Railly merged 4 commits into
Railly:mainfrom
OliverBennettdev:agent/extend-vscode-variants

Conversation

@OliverBennettdev

@OliverBennettdev OliverBennettdev commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • extend VS Code globalStorage probing with Cursor Nightly, Windsurf Next, Trae, Void, and Positron
  • add Bun regression coverage for every supported VS Code variant across the two extension-backed tools (Cline and Roo Code)
  • run bun test in CI so the coverage cannot silently drift

Root cause

vscodeExtensionStorageExists() already handled the shared globalStorage layout correctly, but VSCODE_VARIANTS was a fixed list that stopped at Code, Code Insiders, Cursor, VSCodium, and Windsurf. Newer forks were therefore never probed.

Issue

Closes #40

Validation

  • final diff is limited to the variant list, one regression test file, and the CI test step
  • regression logic was checked against both Cline and Roo Code: the previous list misses 10 cases (5 new variants × 2 tools), while the updated list misses 0
  • the new TypeScript test file parses successfully with Node 22 type stripping
  • upstream GitHub Actions created CI run 31895722019, but it is action_required with no jobs because this fork PR needs maintainer approval before Actions can execute

The PR remains a draft until the upstream CI approval/run is available.

@vercel

vercel Bot commented Aug 15, 2026

Copy link
Copy Markdown

@OliverBennettdev is attempting to deploy a commit to the Crafter Station Team on Vercel.

A member of the Team first needs to authorize it.

@OliverBennettdev
OliverBennettdev marked this pull request as ready for review August 16, 2026 03:06
@Railly
Railly merged commit 85f1b8b into Railly:main Aug 22, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend VSCODE_VARIANTS with newer VS Code forks

2 participants