Skip to content

Commit f00e1ad

Browse files
committed
fixes to remove correct buttons
1 parent 3fa2b7e commit f00e1ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,11 @@
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",
@@ -400,11 +405,6 @@
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",
@@ -608,4 +608,4 @@
608608
"vscode-jsonrpc": "^9.0.0-next.5",
609609
"which": "^4.0.0"
610610
}
611-
}
611+
}

0 commit comments

Comments
 (0)