提交 82ebb108 编写于 作者: D Dirk Bäumer 提交者: GitHub

Merge pull request #30207 from jgranick/patch-1

vscode.TaskGroup.Test should be Test, not Clean
...@@ -1042,7 +1042,7 @@ export class TaskGroup implements vscode.TaskGroup { ...@@ -1042,7 +1042,7 @@ export class TaskGroup implements vscode.TaskGroup {
public static Rebuild: TaskGroup = new TaskGroup('rebuild', 'Rebuild'); public static Rebuild: TaskGroup = new TaskGroup('rebuild', 'Rebuild');
public static Test: TaskGroup = new TaskGroup('clean', 'Clean'); public static Test: TaskGroup = new TaskGroup('test', 'Test');
constructor(id: string, label: string) { constructor(id: string, label: string) {
if (typeof id !== 'string') { if (typeof id !== 'string') {
...@@ -1306,4 +1306,4 @@ export class ThemeColor { ...@@ -1306,4 +1306,4 @@ export class ThemeColor {
constructor(id: string) { constructor(id: string) {
this.id = id; this.id = id;
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册