Skip to content

Commit f5381b4

Browse files
committed
Add activation events for action.yml files
1 parent 8fee454 commit f5381b4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vscode-github-actions",
2+
"name": "@github/vscode-github-actions",
33
"displayName": "GitHub Actions",
44
"publisher": "github",
55
"icon": "resources/logo.png",
@@ -25,7 +25,9 @@
2525
"activationEvents": [
2626
"onView:workflows",
2727
"onView:settings",
28-
"workspaceContains:**/.github/workflows/**"
28+
"workspaceContains:**/.github/workflows/**",
29+
"workspaceContains:**/action.yml",
30+
"workspaceContains:**/action.yaml"
2931
],
3032
"main": "./dist/extension-node.js",
3133
"browser": "./dist/extension-web.js",

0 commit comments

Comments
 (0)