We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e37b5 commit 8e2e977Copy full SHA for 8e2e977
Extension/src/LanguageServer/client.ts
@@ -2321,8 +2321,7 @@ export class DefaultClient implements Client {
2321
// Don't cancel if the result has already been computed, because the result might still be usable
2322
// without needing to send an unnecessary re-request, which is the case for the callback to registerRelatedFilesProvider.
2323
if (token.isCancellationRequested) {
2324
- return result;
2325
- // throw new vscode.CancellationError();
+ return result; // throw new vscode.CancellationError();
2326
}
2327
2328
return result;
0 commit comments