Skip to content

Commit d968b8c

Browse files
authored
Dont show command for button trigger in command pallet (#21350)
Fixes #21322
1 parent e9a8dd5 commit d968b8c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,12 @@
16001600
"title": "%python.command.python.createEnvironment.title%",
16011601
"when": "!virtualWorkspace && shellExecutionSupported"
16021602
},
1603+
{
1604+
"category": "Python",
1605+
"command": "python.createEnvironment-button",
1606+
"title": "%python.command.python.createEnvironment.title%",
1607+
"when": "false"
1608+
},
16031609
{
16041610
"category": "Python",
16051611
"command": "python.createTerminal",
@@ -1629,14 +1635,14 @@
16291635
"command": "python.execInTerminal-icon",
16301636
"icon": "$(play)",
16311637
"title": "%python.command.python.execInTerminalIcon.title%",
1632-
"when": "false && editorLangId == python"
1638+
"when": "false"
16331639
},
16341640
{
16351641
"category": "Python",
16361642
"command": "python.execInDedicatedTerminal",
16371643
"icon": "$(play)",
16381644
"title": "%python.command.python.execInDedicatedTerminal.title%",
1639-
"when": "false && editorLangId == python"
1645+
"when": "false"
16401646
},
16411647
{
16421648
"category": "Python",

0 commit comments

Comments
 (0)