Skip to content

Commit 6ddd9c6

Browse files
committed
(maint) Fix context reference to PDK New Task
Fix the context menu to call pdkNewTask instead of a duplicated pdkNewClass.
1 parent 38cd140 commit 6ddd9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
},
335335
{
336336
"when": "editorLangId == 'puppet'",
337-
"command": "extension.pdkNewClass",
337+
"command": "extension.pdkNewTask",
338338
"group": "pdk@2"
339339
},
340340
{

0 commit comments

Comments
 (0)