-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add command to show LSP's internal state for diagnosing issues #3195
Add command to show LSP's internal state for diagnosing issues #3195
Conversation
How to use the Graphite Merge QueueAdd the label graphite-merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
139c44a
to
2afdeb7
Compare
651a9de
to
449cb8e
Compare
2afdeb7
to
cf32d6a
Compare
449cb8e
to
5f06094
Compare
cf32d6a
to
2fd31fd
Compare
5f06094
to
1eeb605
Compare
1eeb605
to
00c70bc
Compare
2fd31fd
to
632113a
Compare
00c70bc
to
7542c66
Compare
Merge activity
|
### Motivation Add a command to trigger the new custom diagnose request, so that it's easy to see the information at a glance. ### Implementation It's the same implementation as show syntax tree, we use a custom resource to show a read-only document containing the relevant information. ### Manual Tests 1. Launch the extension on this branch 2. On the second VS Code window, open the Ruby LSP code itself (you need the server changes to verify all pieces together) 3. Invoke the new command 4. Verify you see the internal state of the server
7542c66
to
2860c05
Compare
Motivation
Add a command to trigger the new custom diagnose request, so that it's easy to see the information at a glance.
Implementation
It's the same implementation as show syntax tree, we use a custom resource to show a read-only document containing the relevant information.
Manual Tests