File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 353353 "group" : " inline" ,
354354 "when" : " view == env-managers && viewItem =~ /.*pythonEnvManager.*/"
355355 },
356+ {
357+ "command" : " python-envs.createTerminal" ,
358+ "group" : " inline" ,
359+ "when" : " view == env-managers && viewItem =~ /.*pythonEnvironment.*;activatable;.*/"
360+ },
356361 {
357362 "command" : " python-envs.refreshPackages" ,
358363 "group" : " inline" ,
400405 "command" : " python-envs.reset" ,
401406 "when" : " view == python-projects && viewItem =~ /.*python-workspace.*/"
402407 },
403- {
404- "command" : " python-envs.createTerminal" ,
405- "group" : " inline" ,
406- "when" : " view == python-projects && viewItem =~ /.*python-workspace.*/"
407- },
408408 {
409409 "command" : " python-envs.copyProjectPath" ,
410410 "group" : " inline" ,
608608 "vscode-jsonrpc" : " ^9.0.0-next.5" ,
609609 "which" : " ^4.0.0"
610610 }
611- }
611+ }
You can’t perform that action at this time.
0 commit comments