Skip to content

Commit

Permalink
Merge pull request #7359 from dibarbet/flaky_tests
Browse files Browse the repository at this point in the history
Fix gotodef integration test failures throwing cancellation
  • Loading branch information
dibarbet authored Jul 17, 2024
2 parents 053d4d6 + 27597db commit 3f41545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsptoolshost/services/projectContextService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class ProjectContextService {
const textDocument = TextDocumentIdentifier.create(uriString);

try {
return this._languageServer.sendRequest(
return await this._languageServer.sendRequest(
VSGetProjectContextsRequest.type,
{ _vs_textDocument: textDocument },
token
Expand Down

0 comments on commit 3f41545

Please sign in to comment.