Skip to content

Commit 3b0346f

Browse files
authored
Merge pull request #158 from jpogran/GH-157-activate-puppet-resource-command-palette
(GH-157) Activate Puppet Resource Command
2 parents 7e2b241 + 50d6a30 commit 3b0346f

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)