提交 9d9f3db2 编写于 作者: J Joshua Granick 提交者: GitHub

vscode.TaskGroup.Test should be Test, not Clean

上级 1401c305
...@@ -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.
先完成此消息的编辑!
想要评论请 注册