You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can attempt to reverse #120 - i.e. increase concurrency.
Before doing that though it would be very useful to add some telemetry to be able to tell whether requests are still getting received and responded to in the right order. We can leverage the native telemetry/event method of LSP, and/or just log this on the VS Code extension side only.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Request concurrency is required in certain scenarios:
terraform-ls/internal/langserver/diagnostics/diagnostics.go
Lines 44 to 79 in 87c4e22
We can attempt to reverse #120 - i.e. increase concurrency.
Before doing that though it would be very useful to add some telemetry to be able to tell whether requests are still getting received and responded to in the right order. We can leverage the native
telemetry/event
method of LSP, and/or just log this on the VS Code extension side only.Related: creachadair/jrpc2#43
The text was updated successfully, but these errors were encountered: