Dhruv Manilawala 2025-12-04 16:20:37 +05:30 committed by GitHub
parent 6491932757
commit b8ecc83a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);