You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…& 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>
The context menu item to add a file/folder as a python project should say "Add as Python project" rather than "Add Python project"
The text was updated successfully, but these errors were encountered: