Skip to content

Commit 50d6a30

Browse files
committed
(GH-157) Activate Puppet Resource Command
Due to the when clause used in the command palette setup for the command, it was hidden from view to the user but available to be invoked. This commit changes visibility so now its viewable to the user
1 parent 7e2b241 commit 50d6a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
},
162162
{
163163
"command": "extension.puppetResource",
164-
"when": "editorTextFocus && editorLangId == 'puppet'"
164+
"when": "resourceLangId == 'puppet'"
165165
},
166166
{
167167
"command": "extension.puppetShowNodeGraphToSide",

0 commit comments

Comments
 (0)