mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
vscode.TaskGroup.Test should be Test, not Clean
This commit is contained in:
@@ -1042,7 +1042,7 @@ export class TaskGroup implements vscode.TaskGroup {
|
||||
|
||||
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) {
|
||||
if (typeof id !== 'string') {
|
||||
@@ -1306,4 +1306,4 @@ export class ThemeColor {
|
||||
constructor(id: string) {
|
||||
this.id = id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user