Skip to content

test(lsp): add test for non-blocking requests#23694

Open
Sysix wants to merge 1 commit into
mainfrom
06-21-test_lsp_add_test_for_non-blocking_requests
Open

test(lsp): add test for non-blocking requests#23694
Sysix wants to merge 1 commit into
mainfrom
06-21-test_lsp_add_test_for_non-blocking_requests

Conversation

@Sysix

@Sysix Sysix commented Jun 21, 2026

Copy link
Copy Markdown
Member

related oxc-project/oxc-vscode#310 (comment)

When the oxc_linter diagnostic run takes longer (because of tsgolint) the code action request, should not be blocked by the diagnostic request.
Added a test (which currently fails) to make sure that we never block on this request-combination.
The codeAction requests is sent by the editor multiple times and should be quickly resolved. This is currently noticeable with "code actions on save"-path, where the editor is blocked until the diagnostic is responded.

Sysix commented Jun 21, 2026

Copy link
Copy Markdown
Member Author

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent changes, fast-track this PR to the front of 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.

@github-actions github-actions Bot added the A-editor Area - Editor and Language Server label Jun 21, 2026
@Sysix
Sysix force-pushed the 06-21-test_lsp_add_test_for_non-blocking_requests branch from 5cacee4 to 4780095 Compare June 24, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-editor Area - Editor and Language Server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants