diff --git a/packages/task/src/browser/task-service.ts b/packages/task/src/browser/task-service.ts index 16557cfed57b5..8d88ce58a6754 100644 --- a/packages/task/src/browser/task-service.ts +++ b/packages/task/src/browser/task-service.ts @@ -1092,7 +1092,8 @@ export class TaskService implements TaskConfigurationClient { title: taskInfo ? `Task: ${taskInfo.config.label}` : `Task: #${taskId}`, - destroyTermOnClose: true + destroyTermOnClose: true, + useServerTitle: false }, { widgetOptions: { area: 'bottom' }, mode: widgetOpenMode,