chore: remove the VS Code extension client, keep the LSP server - #104
Conversation
The extension was the weakest value/cost ratio in the product: env config files are low-frequency-edited (live diagnostics add little), it was never on the marketplace (invisible to users), and it was the only feature dragging in an npm toolchain and a gate check. Removed: vscode/ (TS client + lockfile + vsix), the npm version bump in release.sh, the vsce packaging check in check-release-ready.sh (8 gates → 7), Cargo.toml exclude entry, and the README/CONTRIBUTING/ ARCHITECTURE extension docs. CHANGELOG [1.12.0] gains a Removed entry. Kept: `envorigin lsp` — pure Rust, shares the analyzers; any LSP-capable editor (Neovim, Emacs, JetBrains) can attach. Co-Authored-By: Claude <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 46 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (12)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cuts the VS Code extension client (post-release-plan C5, pulled forward on user request): vscode/ + npm deps + version sync + vsce gate check removed; envorigin lsp server kept (pure Rust, any LSP editor attaches). release.sh loses the npm bump, check-release-ready.sh goes 8→7 gates, docs (README/CONTRIBUTING/ARCHITECTURE) and Cargo.toml exclude synced, CHANGELOG [1.12.0] gains a Removed entry.
Rationale: low-frequency-edited config files → low LSP value density; never on the marketplace; only feature with an npm toolchain.
Verified: 145 tests green, clippy -D warnings clean, both scripts pass bash -n.
🤖 Generated with Claude Code