mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
hygiene
This commit is contained in:
@@ -180,7 +180,7 @@ export class InteractiveSessionService extends Disposable implements IInteractiv
|
||||
if (token.isCancellationRequested) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
gotProgress = true;
|
||||
if ('content' in progress) {
|
||||
this.trace('sendRequest', `Provider returned progress for session ${model.sessionId}, ${progress.content.length} chars`);
|
||||
|
||||
Reference in New Issue
Block a user