提交 e23d2b6d 编写于 作者: D Dirk Baeumer

Improve wording

上级 a48e0685
......@@ -1554,7 +1554,7 @@ class TaskService extends EventEmitter implements ITaskService {
if (this.inTerminal()) {
this.getActiveTasks().then((activeTasks) => {
if (activeTasks.length === 0) {
this.messageService.show(Severity.Info, nls.localize('TaskService.noTaskRunning', 'No task running.'));
this.messageService.show(Severity.Info, nls.localize('TaskService.noTaskRunning', 'No task is currently running.'));
return;
}
this.showQuickPick(activeTasks, nls.localize('TaskService.tastToTerminate', 'Select task to terminate')).then(task => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册