Skip to content

Conversation

@timsueberkrueb
Copy link
Collaborator

The long-term goal is to reduce code duplication by sharing as much code as possible between our web editor and the VSCode extension.
This can be achieved by building a web extension, that is, a VSCode extension that can be used on the web.

This PR factors out all LSP-related code from the web editor TypeScript codebase into a separate package. I also renamed the packages and improved the package metadata.

Depends on #587.

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
web/crates/lsp-wasm/src/lib.rs 0.00% <ø> (ø)
web/crates/lsp-wasm/src/source.rs 0.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@timsueberkrueb timsueberkrueb marked this pull request as ready for review October 29, 2025 20:50
@BinderDavid BinderDavid merged commit 1ed1675 into main Nov 3, 2025
18 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.

3 participants