Skip to content

Commit 8e2e977

Browse files
committed
Minor change.
1 parent e3e37b5 commit 8e2e977

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,8 +2321,7 @@ export class DefaultClient implements Client {
23212321
// Don't cancel if the result has already been computed, because the result might still be usable
23222322
// without needing to send an unnecessary re-request, which is the case for the callback to registerRelatedFilesProvider.
23232323
if (token.isCancellationRequested) {
2324-
return result;
2325-
// throw new vscode.CancellationError();
2324+
return result; // throw new vscode.CancellationError();
23262325
}
23272326

23282327
return result;

0 commit comments

Comments
 (0)