From a2be27e41b07de3da164630802799fb390c4bae8 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Fri, 8 Nov 2019 20:03:16 -0500 Subject: [PATCH] buttons show up for untitled files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }