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 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments