Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add notification when re-selecting the same workspace environment #441

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link

@Copilot Copilot AI commented May 21, 2025

fixes #58

Problem

When a user selects "Set As Workspace Environment" for an environment that's already selected as the workspace environment, there's no feedback provided to the user. This can be confusing, as it appears that nothing happens when clicking the button.

Solution

This PR adds feedback to users when they attempt to select an environment that's already set as the workspace environment:

  1. When a user has one folder/project open and tries to set the same environment that's already selected
  2. The user will now see an information message: "This environment is already selected for the workspace." but its more verbose

Fixes #58 and refined by @eleanorjboyd

@Copilot Copilot AI changed the title [WIP] re-select "set as workspace env" does nothing Add notification when re-selecting the same workspace environment May 21, 2025
@Copilot Copilot AI requested a review from eleanorjboyd May 21, 2025 17:01
@eleanorjboyd eleanorjboyd requested a review from karthiknadig May 21, 2025 20:13
@eleanorjboyd eleanorjboyd marked this pull request as ready for review May 21, 2025 20:13
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.

re-select "set as workspace env" does nothing
2 participants