Skip to content

Fix phrasing to add a python project from file explorer #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cwebster-99 opened this issue Apr 22, 2025 · 1 comment · Fixed by #432
Closed

Fix phrasing to add a python project from file explorer #327

cwebster-99 opened this issue Apr 22, 2025 · 1 comment · Fixed by #432
Assignees
Labels
verification-needed Verification of issue is requested
Milestone

Comments

@cwebster-99
Copy link
Member

The context menu item to add a file/folder as a python project should say "Add as Python project" rather than "Add Python project"

Image

@eleanorjboyd eleanorjboyd self-assigned this May 20, 2025
@eleanorjboyd eleanorjboyd added this to the May 2025 milestone May 20, 2025
eleanorjboyd added a commit that referenced this issue May 22, 2025
…& Rename button (#432)

edited by @eleanorjboyd for clarity

## Problem
Currently, when right-clicking on a folder or file that is already added
as a Python project, the "Add Python Project" context menu item is still
shown. This can be confusing to users as they might think they need to
add the project again, or that the project wasn't properly added the
first time.

## To Test
- When user right-clicks on a file/folder not yet added as a Python
project: "Add as Python Project" is shown
- When user right-clicks on a file/folder already added as a Python
project: The menu item is hidden

This change improves the user experience by reducing confusion and
providing clearer contextual actions.

Fixes #272 and #327

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
@eleanorjboyd
Copy link
Member

To Test (open python side pane)
When user right-clicks on a file/folder already added as a Python project: The menu item is hidden

@eleanorjboyd eleanorjboyd added the verification-needed Verification of issue is requested label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verification-needed Verification of issue is requested
Projects
None yet
2 participants