Skip to content

Remove terminal creation from environment managers view#440

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/fix-325
Closed

Remove terminal creation from environment managers view#440
Copilot wants to merge 3 commits intomainfrom
copilot/fix-325

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 21, 2025

This PR simplifies the Python Environments pane by removing buttons that were identified as unnecessary during a UX review:

  1. Removed the "Create Python Terminal" button from the Python Project section
  2. Removed the "Copy Environment Path" button from nested environments under Python Projects

These changes were implemented by removing the corresponding menu items in the package.json file:

  • Removed the menu item for python-envs.createTerminal in the python-projects view
  • Removed the menu item for python-envs.copyEnvPath in the python-projects view for python-env items

Fixes #325 edited by @eleanorjboyd

Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove terminal creation from environment managers view Remove terminal creation from environment managers view May 21, 2025
Copilot AI requested a review from eleanorjboyd May 21, 2025 16:57
@eleanorjboyd eleanorjboyd requested a review from karthiknadig May 21, 2025 17:17
@eleanorjboyd eleanorjboyd marked this pull request as ready for review May 21, 2025 17:18
@eleanorjboyd eleanorjboyd reopened this May 22, 2025
@eleanorjboyd eleanorjboyd enabled auto-merge (squash) May 22, 2025 16:49
auto-merge was automatically disabled June 25, 2025 16:38

Pull request was closed

@eleanorjboyd eleanorjboyd deleted the copilot/fix-325 branch June 25, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove terminal creation from environment managers view

2 participants