Skip to content

feat(vscode): add thin language client extension - #14

Merged
Seddryck merged 1 commit into
mainfrom
feat/vscode-extension
Aug 14, 2026
Merged

feat(vscode): add thin language client extension#14
Seddryck merged 1 commit into
mainfrom
feat/vscode-extension

Conversation

@Seddryck

Copy link
Copy Markdown
Owner

Summary

  • register .expressif files with the Expressif language identifier
  • launch a bundled self-contained Expressif.LanguageServer over standard LSP stdio transport
  • expose server stderr and language-client tracing through the VS Code Output view
  • add F5 development tasks, platform-specific server publishing, VSIX packaging, and local installation documentation

All parsing and language intelligence remain in the protocol-independent server and Expressif.Syntax; the extension contains only editor integration and process-launching behavior.

Validation

  • npm run check
  • npm run compile
  • npm run package (generated a 45.01 MB win-x64 VSIX with the bundled server)
  • npm audit (0 vulnerabilities)
  • dotnet test src/Expressif.LanguageServer.Core.Tests/Expressif.LanguageServer.Core.Tests.csproj --configuration Release --framework net10.0 --runtime win-x64 --nologo -p:TargetFrameworks=net10.0 (10 passed)
  • git diff --check

Local CLI installation could not be exercised in this environment because the code command is not installed; packaging and VSIX content inspection succeeded.

Closes #13

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Seddryck, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 15 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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d1fd658c-f6c9-4235-90f4-3b579ccfdc23

📥 Commits

Reviewing files that changed from the base of the PR and between 61cb23e and 2b21b89.

⛔ Files ignored due to path filters (1)
  • vscode-extension/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (12)
  • .gitignore
  • .vscode/launch.json
  • .vscode/tasks.json
  • vscode-extension/.gitignore
  • vscode-extension/CHANGELOG.md
  • vscode-extension/LICENSE
  • vscode-extension/README.md
  • vscode-extension/language-configuration.json
  • vscode-extension/package.json
  • vscode-extension/scripts/publish-server.mjs
  • vscode-extension/src/extension.ts
  • vscode-extension/tsconfig.json

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Seddryck
Seddryck merged commit bc09ea2 into main Aug 14, 2026
4 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.

Add VS Code extension as thin LSP client

1 participant