Skip to content

Commit 94c432f

Browse files
pashpashpashCline Evaluation
andauthored
Activation Events (RooCodeInc#3491)
* adding activation events so cline is activated when vs code is open * changeset --------- Co-authored-by: Cline Evaluation <[email protected]>
1 parent d88c07c commit 94c432f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/rich-comics-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
adding activation events so cline is activated when vs code opens

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"llama"
4141
],
4242
"activationEvents": [
43+
"onLanguage",
44+
"onStartupFinished",
4345
"workspaceContains:evals.env"
4446
],
4547
"main": "./dist/extension.js",

0 commit comments

Comments
 (0)