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 d8603b5 commit d97da14Copy full SHA for d97da14
src/lsptoolshost/services/projectContextService.ts
@@ -46,7 +46,7 @@ export class ProjectContextService {
46
const uri = textEditor.document.uri;
47
48
// If we have an open request, cancel it.
49
- this._source.cancel();
+ this._source?.cancel();
50
this._source = new vscode.CancellationTokenSource();
51
52
try {
0 commit comments