We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbd02c commit 22fcfc9Copy full SHA for 22fcfc9
Extension/src/LanguageServer/client.ts
@@ -3025,10 +3025,6 @@ export class DefaultClient implements Client {
3025
workspaceFolderUri: rootUri.toString()
3026
};
3027
return this.enqueue(async () => {
3028
- if (token.isCancellationRequested) {
3029
- throw new vscode.CancellationError();
3030
- }
3031
-
3032
// Don't use withLspCancellationHandling() or withCancellation() here. If the switch target is already known,
3033
// the caller should still be able to use it even if the progress notification was just cancelled.
3034
try {
0 commit comments