diff --git a/packages/build/src/__tests__/index.test.ts b/packages/build/src/__tests__/index.test.ts index eda70fac1c9..8f5f6c711e5 100644 --- a/packages/build/src/__tests__/index.test.ts +++ b/packages/build/src/__tests__/index.test.ts @@ -35,7 +35,7 @@ describe("generatePackageJson", () => { { command: "roo-cline.plusButtonClicked", title: "%command.newTask.title%", - icon: "$(add)", + icon: "$(edit)", }, { command: "roo-cline.openInNewTab", @@ -148,7 +148,7 @@ describe("generatePackageJson", () => { { command: "roo-code-nightly.plusButtonClicked", title: "%command.newTask.title%", - icon: "$(add)", + icon: "$(edit)", }, { command: "roo-code-nightly.openInNewTab", diff --git a/src/package.json b/src/package.json index 8cfecad2dc5..46b02f287ae 100644 --- a/src/package.json +++ b/src/package.json @@ -73,7 +73,7 @@ { "command": "roo-cline.plusButtonClicked", "title": "%command.newTask.title%", - "icon": "$(add)" + "icon": "$(edit)" }, { "command": "roo-cline.promptsButtonClicked",