Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lsp): Add option to trace LSP communication #425

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

hauserx
Copy link
Contributor

@hauserx hauserx commented Nov 28, 2024

This option is useful to see messages passed between VS and LSP server to debug issues in LSP server implementations.

Similar functionality is for many other languages, see e.g. previous changes for go and rust:

golang/vscode-go@70e7c4b
https://github.com/rust-lang/rust-analyzer/pull/302/files

This option is useful to see messages passed between VS and LSP server
to debug issues in LSP server implementations.

Similar functionality is for many other languages, see e.g. previous
changes for go and rust:

golang/vscode-go@70e7c4b
https://github.com/rust-lang/rust-analyzer/pull/302/files
@hauserx
Copy link
Contributor Author

hauserx commented Nov 28, 2024

Here how it's displayed along settings for other languages:
image

@cameron-martin cameron-martin enabled auto-merge (squash) November 28, 2024 18:03
@cameron-martin cameron-martin merged commit 583fb65 into bazel-contrib:master Nov 28, 2024
1 check 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.

2 participants