Skip to content

fix(vscode): remove --stdio flag that crashes LSP#81

Merged
avrabe merged 1 commit intomainfrom
fix/vscode-no-stdio-flag
Mar 22, 2026
Merged

fix(vscode): remove --stdio flag that crashes LSP#81
avrabe merged 1 commit intomainfrom
fix/vscode-no-stdio-flag

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Mar 22, 2026

🤖

vscode-languageclient adds --stdio to the command args when
TransportKind.stdio is explicitly set. rivet lsp doesn't accept that
flag. Removing it makes the client use stdio by default without the flag.

Trace: skip
@avrabe avrabe merged commit 178c35c into main Mar 22, 2026
@avrabe avrabe deleted the fix/vscode-no-stdio-flag branch March 22, 2026 07:34
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant