Skip to content

Commit abe8f88

Browse files
committed
(GH-681) Activate extension when puppet module
Add an activation event for `lib/puppet` to activate when puppet modules with no puppet manifests or Puppetfiles are present. These kinds of modules have traditional type and providers that are ruby files and not puppet files.
1 parent 70d2152 commit abe8f88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"workspaceContains:**/*.pp",
6060
"workspaceContains:**/*.epp",
6161
"workspaceContains:**/Puppetfile",
62+
"workspaceContains:**/lib/puppet",
6263
"onCommand:extension.pdkNewModule"
6364
],
6465
"main": "./out/extension",

0 commit comments

Comments
 (0)