mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:58 +00:00
parent
6491932757
commit
b8ecc83a54
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ ab: "foobar"
|
|||
.build()
|
||||
.wait_until_workspaces_are_initialized();
|
||||
|
||||
server.open_text_document(foo, &foo_content, 1);
|
||||
server.open_text_document(foo, foo_content, 1);
|
||||
|
||||
// Wait for diagnostics to be computed.
|
||||
let diagnostics = server.document_diagnostic_request(foo, None);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue