Skip to content

fix(vscode): SSH Remote + LSP error handling#77

Merged
avrabe merged 1 commit intomainfrom
fix/vscode-remote-lsp
Mar 22, 2026
Merged

fix(vscode): SSH Remote + LSP error handling#77
avrabe merged 1 commit intomainfrom
fix/vscode-remote-lsp

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Mar 22, 2026

Platform-aware binary lookup, graceful LSP failure. 🤖

- Platform-aware binary lookup (bin/{platform}-{arch}/rivet)
- Falls back to PATH when bundled binary doesn't match remote arch
- client.stop() errors caught (prevents crash loop on startFailed)
- deactivate() handles already-stopped client

For SSH Remote: install rivet on the remote host via cargo install rivet-cli

Trace: skip
@avrabe avrabe merged commit 38faa88 into main Mar 22, 2026
@avrabe avrabe deleted the fix/vscode-remote-lsp branch March 22, 2026 06:42
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 88b8921 Previous: 0551da4 Ratio
store_insert/10000 14340055 ns/iter (± 1296719) 11831545 ns/iter (± 830080) 1.21
link_graph_build/10000 34210792 ns/iter (± 3264835) 26881969 ns/iter (± 1282012) 1.27
validate/100 41033 ns/iter (± 160) 33294 ns/iter (± 130) 1.23
validate/10000 6467414 ns/iter (± 757525) 4862451 ns/iter (± 241503) 1.33
diff/10000 9735520 ns/iter (± 947037) 7818228 ns/iter (± 184794) 1.25

This comment was automatically generated by workflow using github-action-benchmark.

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