Skip to content

Commit d9b2280

Browse files
authored
Merge pull request #145 from jpogran/GH-144-show-pdk-commands
(GH-144) Show All PDK Commands
2 parents 67a80a0 + b0f7b4e commit d9b2280

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

client/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,13 @@
151151
"command": "extension.pdkNewModule"
152152
},
153153
{
154-
"command": "extension.pdkTestUnit",
155-
"when": "resourceLangId == 'puppet'"
154+
"command": "extension.pdkTestUnit"
156155
},
157156
{
158-
"command": "extension.pdkValidate",
159-
"when": "resourceLangId == 'puppet'"
157+
"command": "extension.pdkValidate"
160158
},
161159
{
162-
"command": "extension.pdkNewClass",
163-
"when": "resourceLangId == 'puppet'"
160+
"command": "extension.pdkNewClass"
164161
},
165162
{
166163
"command": "extension.puppetResource",

0 commit comments

Comments
 (0)