mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Investigate #94862
This commit is contained in:
@@ -409,7 +409,7 @@ export class CodeWindow extends Disposable implements ICodeWindow {
|
||||
return callback({ cancel: true });
|
||||
}
|
||||
|
||||
return callback({ cancel: false, responseHeaders });
|
||||
return callback({ cancel: false });
|
||||
});
|
||||
|
||||
// Remember that we loaded
|
||||
|
||||
Reference in New Issue
Block a user