Compare commits

...
Author SHA1 Message Date
Cline Evaluation b2eee867c6 changeset 2025-05-12 16:47:19 -07:00
Cline Evaluation 83c14afebd adding activation events so cline is activated when vs code is open 2025-05-12 16:46:51 -07:00
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
adding activation events so cline is activated when vs code opens
+2
View File
@@ -40,6 +40,8 @@
"llama"
],
"activationEvents": [
"onLanguage",
"onStartupFinished",
"workspaceContains:evals.env"
],
"main": "./dist/extension.js",