Skip to content

Commit

Permalink
fix activation event when the workspace contains a build.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Aug 31, 2024
1 parent ebaa3d7 commit 36fbe3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"Programming Languages"
],
"activationEvents": [
"workspaceContains:*/build.zig",
"workspaceContains:*/build.zig.zon"
"workspaceContains:build.zig",
"workspaceContains:build.zig.zon"
],
"main": "./out/extension",
"contributes": {
Expand Down

0 comments on commit 36fbe3a

Please sign in to comment.