File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1600
1600
"title" : " %python.command.python.createEnvironment.title%" ,
1601
1601
"when" : " !virtualWorkspace && shellExecutionSupported"
1602
1602
},
1603
+ {
1604
+ "category" : " Python" ,
1605
+ "command" : " python.createEnvironment-button" ,
1606
+ "title" : " %python.command.python.createEnvironment.title%" ,
1607
+ "when" : " false"
1608
+ },
1603
1609
{
1604
1610
"category" : " Python" ,
1605
1611
"command" : " python.createTerminal" ,
1629
1635
"command" : " python.execInTerminal-icon" ,
1630
1636
"icon" : " $(play)" ,
1631
1637
"title" : " %python.command.python.execInTerminalIcon.title%" ,
1632
- "when" : " false && editorLangId == python "
1638
+ "when" : " false"
1633
1639
},
1634
1640
{
1635
1641
"category" : " Python" ,
1636
1642
"command" : " python.execInDedicatedTerminal" ,
1637
1643
"icon" : " $(play)" ,
1638
1644
"title" : " %python.command.python.execInDedicatedTerminal.title%" ,
1639
- "when" : " false && editorLangId == python "
1645
+ "when" : " false"
1640
1646
},
1641
1647
{
1642
1648
"category" : " Python" ,
You can’t perform that action at this time.
0 commit comments