diff --git a/package.json b/package.json index c1b0ff167b..14d5536cff 100644 --- a/package.json +++ b/package.json @@ -288,12 +288,12 @@ ], "editor/title": [ { - "when": "resourceLangId == powershell", + "when": "editorLangId == powershell", "command": "workbench.action.debug.start", "group": "navigation@100" }, { - "when": "resourceLangId == powershell", + "when": "editorLangId == powershell", "command": "PowerShell.RunSelection", "group": "navigation@101" }