Skip to content

Commit cbb912d

Browse files
committed
Bring "Improve Code" back
1 parent 6aae606 commit cbb912d

20 files changed

+42
-9
lines changed

e2e/src/suite/extension.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ suite("Roo Code Extension", () => {
1212
"roo-cline.openInNewTab",
1313
"roo-cline.explainCode",
1414
"roo-cline.fixCode",
15+
"roo-cline.improveCode",
1516
]
1617

1718
const commands = await vscode.commands.getCommands(true)

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
"title": "%command.fixCode.title%",
131131
"category": "%configuration.title%"
132132
},
133+
{
134+
"command": "roo-cline.improveCode",
135+
"title": "%command.improveCode.title%",
136+
"category": "%configuration.title%"
137+
},
133138
{
134139
"command": "roo-cline.addToContext",
135140
"title": "%command.addToContext.title%",
@@ -186,6 +191,10 @@
186191
{
187192
"command": "roo-cline.explainCode",
188193
"group": "1_actions@2"
194+
},
195+
{
196+
"command": "roo-cline.improveCode",
197+
"group": "1_actions@3"
189198
}
190199
],
191200
"terminal/context": [

package.nls.ca.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"command.newTask.title": "Nova Tasca",
55
"command.explainCode.title": "Explicar Codi",
66
"command.fixCode.title": "Corregir Codi",
7+
"command.improveCode.title": "Millorar Codi",
78
"command.addToContext.title": "Afegir al Context",
89
"command.openInNewTab.title": "Obrir en una Nova Pestanya",
910
"command.focusInput.title": "Enfocar Camp d'Entrada",

package.nls.de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"command.newTask.title": "Neue Aufgabe",
55
"command.explainCode.title": "Code Erklären",
66
"command.fixCode.title": "Code Reparieren",
7+
"command.improveCode.title": "Code Verbessern",
78
"command.addToContext.title": "Zum Kontext Hinzufügen",
89
"command.openInNewTab.title": "In Neuem Tab Öffnen",
910
"command.focusInput.title": "Eingabefeld Fokussieren",

package.nls.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"command.newTask.title": "Nueva Tarea",
55
"command.explainCode.title": "Explicar Código",
66
"command.fixCode.title": "Corregir Código",
7+
"command.improveCode.title": "Mejorar Código",
78
"command.addToContext.title": "Añadir al Contexto",
89
"command.openInNewTab.title": "Abrir en Nueva Pestaña",
910
"command.focusInput.title": "Enfocar Campo de Entrada",

package.nls.fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"command.newTask.title": "Nouvelle Tâche",
55
"command.explainCode.title": "Expliquer le Code",
66
"command.fixCode.title": "Corriger le Code",
7+
"command.improveCode.title": "Améliorer le Code",
78
"command.addToContext.title": "Ajouter au Contexte",
89
"command.openInNewTab.title": "Ouvrir dans un Nouvel Onglet",
910
"command.focusInput.title": "Focus sur le Champ de Saisie",

package.nls.hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"command.newTask.title": "नया कार्य",
55
"command.explainCode.title": "कोड समझाएं",
66
"command.fixCode.title": "कोड ठीक करें",
7+
"command.improveCode.title": "कोड सुधारें",
78
"command.addToContext.title": "संदर्भ में जोड़ें",
89
"command.openInNewTab.title": "नए टैब में खोलें",
910
"command.focusInput.title": "इनपुट फ़ील्ड पर फोकस करें",

package.nls.it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"command.newTask.title": "Nuovo Task",
55
"command.explainCode.title": "Spiega Codice",
66
"command.fixCode.title": "Correggi Codice",
7+
"command.improveCode.title": "Migliora Codice",
78
"command.addToContext.title": "Aggiungi al Contesto",
89
"command.openInNewTab.title": "Apri in Nuova Scheda",
910
"command.focusInput.title": "Focalizza Campo di Input",

package.nls.ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.openInNewTab.title": "新しいタブで開く",
1515
"command.explainCode.title": "コードの説明",
1616
"command.fixCode.title": "コードの修正",
17+
"command.improveCode.title": "コードの改善",
1718
"command.addToContext.title": "コンテキストに追加",
1819
"command.focusInput.title": "入力フィールドにフォーカス",
1920
"command.setCustomStoragePath.title": "カスタムストレージパスの設定",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.openInNewTab.title": "Open In New Tab",
1515
"command.explainCode.title": "Explain Code",
1616
"command.fixCode.title": "Fix Code",
17+
"command.improveCode.title": "Improve Code",
1718
"command.addToContext.title": "Add To Context",
1819
"command.focusInput.title": "Focus Input Field",
1920
"command.setCustomStoragePath.title": "Set Custom Storage Path",

0 commit comments

Comments
 (0)