Skip to content
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

Add indication of currently selected environment #258

Open
filcole opened this issue Aug 12, 2022 · 1 comment
Open

Add indication of currently selected environment #258

filcole opened this issue Aug 12, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@filcole
Copy link

filcole commented Aug 12, 2022

With the update to 1.17.4 we have UNIVERSAL auth profiles, which allow us to use the same credentials to connect to select a dataverse environment with pac org select --environment https://myfavenv.crmX.dynamics.com. This makes life much easier no having to enter credentials for each environment. Thanks!

However, in the VSCode extension, we are no longer easily able to see which environment is currently selected. This used to be possible because the Auth Profiles were a one-to-one match to an environment.

Would it be possible to show which env is currently selected? Perhaps a star at the beginning of the environment name in the 'Environments & Solutions' pane?
image

@davidjenni davidjenni added the enhancement New feature or request label Aug 13, 2022
@tehcrashxor
Copy link
Member

tehcrashxor commented Sep 2, 2022

This is partially handled by #278, as the Auth Profile will now have the environment listed in its tooltip.
(Not that tooltips are all that discoverable, but it along with the Azure Cloud info wasn't present before.)

Tracking the work for adding a select mechanic like we use in the auth profile panel (★ for selected, and possibly a ☆ button on the row or context menu option to select the environment) via AB#2905948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants