Skip to content

Commit b3dee07

Browse files
authored
remove button for creating terminal in project view (#1199)
For environments that are not "activatable" the terminal button is removed from the list (since it doesn't make sense) in the environment manager view. This is not possible with the project manager view since the terminal button is attached to the project instead of the environment. It also is a duplicate button so doesn't really add much. Remove for these reasons fixes #1035
1 parent 10f3105 commit b3dee07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -533,11 +533,6 @@
533533
"group": "inline",
534534
"when": "view == python-projects && viewItem =~ /.*python-workspace.*/"
535535
},
536-
{
537-
"command": "python-envs.createTerminal",
538-
"group": "inline",
539-
"when": "view == python-projects && viewItem =~ /.*python-workspace.*/"
540-
},
541536
{
542537
"command": "python-envs.copyProjectPath",
543538
"group": "inline",

0 commit comments

Comments
 (0)