Skip to content

Commit

Permalink
Dont show command for button trigger in command pallet (#21350)
Browse files Browse the repository at this point in the history
Fixes #21322
  • Loading branch information
karthiknadig authored May 31, 2023
1 parent e9a8dd5 commit d968b8c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,12 @@
"title": "%python.command.python.createEnvironment.title%",
"when": "!virtualWorkspace && shellExecutionSupported"
},
{
"category": "Python",
"command": "python.createEnvironment-button",
"title": "%python.command.python.createEnvironment.title%",
"when": "false"
},
{
"category": "Python",
"command": "python.createTerminal",
Expand Down Expand Up @@ -1629,14 +1635,14 @@
"command": "python.execInTerminal-icon",
"icon": "$(play)",
"title": "%python.command.python.execInTerminalIcon.title%",
"when": "false && editorLangId == python"
"when": "false"
},
{
"category": "Python",
"command": "python.execInDedicatedTerminal",
"icon": "$(play)",
"title": "%python.command.python.execInDedicatedTerminal.title%",
"when": "false && editorLangId == python"
"when": "false"
},
{
"category": "Python",
Expand Down

0 comments on commit d968b8c

Please sign in to comment.