Skip to content

Commit 3fa2b7e

Browse files
Copiloteleanorjboyd
andcommitted
Remove terminal creation from environment managers view
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
1 parent c11f801 commit 3fa2b7e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,6 @@
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-
},
361356
{
362357
"command": "python-envs.refreshPackages",
363358
"group": "inline",
@@ -383,11 +378,6 @@
383378
"group": "inline",
384379
"when": "view == python-projects && viewItem == python-env"
385380
},
386-
{
387-
"command": "python-envs.copyEnvPath",
388-
"group": "inline",
389-
"when": "view == python-projects && viewItem == python-env"
390-
},
391381
{
392382
"command": "python-envs.remove",
393383
"when": "view == python-projects && viewItem == python-env"

0 commit comments

Comments
 (0)