Extension activation cleanup

This commit is contained in:
cte
2025-01-31 21:23:07 -08:00
parent 8ce5f9a890
commit aa806fdc17
6 changed files with 246 additions and 212 deletions

View File

@@ -9,7 +9,7 @@ export const ACTION_NAMES = {
ADD_TO_CONTEXT: "Roo Code: Add to Context",
} as const
const COMMAND_IDS = {
export const COMMAND_IDS = {
EXPLAIN: "roo-cline.explainCode",
FIX: "roo-cline.fixCode",
IMPROVE: "roo-cline.improveCode",