Skip to content

Commit 2e23341

Browse files
authored
Auto run Coderoad when codeAlly.json is present. (#556)
1 parent 8c6b926 commit 2e23341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
},
7777
"activationEvents": [
7878
"onCommand:coderoad.start",
79-
"workspaceContains:/codeally.json"
79+
"workspaceContains:/codeally.json",
80+
"workspaceContains:/codeAlly.json"
8081
],
8182
"categories": [
8283
"Other"

0 commit comments

Comments
 (0)