Skip to content

Commit 4174968

Browse files
committed
Activate correctly when workspace contains CLS or MAC files (intersystems-community#868)
1 parent 3a9eb37 commit 4174968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
],
5858
"activationEvents": [
5959
"onDebug",
60-
"workspaceContains:*.cls",
61-
"workspaceContains:*.mac",
60+
"workspaceContains:**/*.cls",
61+
"workspaceContains:**/*.mac",
6262
"onCommand:vscode-objectscript.export",
6363
"onCommand:vscode-objectscript.compile",
6464
"onCommand:vscode-objectscript.viewOthers",

0 commit comments

Comments
 (0)