未验证 提交 5592c2ce 编写于 作者: D Dirk Bäumer 提交者: GitHub

Merge pull request #59636 from qcz/patch-11

Fix typo in processTaskSystem.ts
......@@ -139,7 +139,7 @@ export class ProcessTaskSystem implements ITaskSystem {
private executeTask(task: Task, trigger: string = Triggers.command): ITaskExecuteResult {
if (!CustomTask.is(task)) {
throw new Error(nls.localize('version1_0', 'The task system is configured for version 0.1.0 (see tasks.json file), which can only execute cumstom tasks. Upgrade to version 2.0.0 to run the task: {0}', task._label));
throw new Error(nls.localize('version1_0', 'The task system is configured for version 0.1.0 (see tasks.json file), which can only execute custom tasks. Upgrade to version 2.0.0 to run the task: {0}', task._label));
}
let telemetryEvent: TelemetryEvent = {
trigger: trigger,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册