Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/contrib/output/browser/outputServices.ts')
-rw-r--r--src/vs/workbench/contrib/output/browser/outputServices.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/workbench/contrib/output/browser/outputServices.ts b/src/vs/workbench/contrib/output/browser/outputServices.ts
index c13ec6b5e0c..e9f97c01b29 100644
--- a/src/vs/workbench/contrib/output/browser/outputServices.ts
+++ b/src/vs/workbench/contrib/output/browser/outputServices.ts
@@ -48,7 +48,7 @@ class OutputChannel extends Disposable implements IOutputChannel {
}
update(mode: OutputChannelUpdateMode, till?: number): void {
- this.model.update(mode, till);
+ this.model.update(mode, till, true);
}
clear(): void {