Skip to content

Commit dc3c8e4

Browse files
committed
Skip loading Roo models
1 parent a7a0a4f commit dc3c8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export async function activate(context: vscode.ExtensionContext) {
198198
}
199199

200200
if (data.state === "active-session" || data.state === "logged-out") {
201-
await handleRooModelsCache()
201+
// kilocode_change: await handleRooModelsCache()
202202
}
203203
}
204204

0 commit comments

Comments
 (0)