Skip to content

Commit 517fe5c

Browse files
buttons show up for untitled files (#2294)
1 parent fcadea5 commit 517fe5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,12 @@
288288
],
289289
"editor/title": [
290290
{
291-
"when": "resourceLangId == powershell",
291+
"when": "editorLangId == powershell",
292292
"command": "workbench.action.debug.start",
293293
"group": "navigation@100"
294294
},
295295
{
296-
"when": "resourceLangId == powershell",
296+
"when": "editorLangId == powershell",
297297
"command": "PowerShell.RunSelection",
298298
"group": "navigation@101"
299299
}

0 commit comments

Comments
 (0)