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

Enhance "select a workspace" message when selecting interpreter for multi-root workspace #8103

Closed
luabud opened this issue Oct 18, 2019 · 4 comments
Assignees
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality good first issue

Comments

@luabud
Copy link
Member

luabud commented Oct 18, 2019

image

When working with multi-root workspaces, right now we show a prompt with "Select a workspace" when users click on "Select interpreter" on the status bar. That can be confusing for users who don't understand how multi-root workspace support works in the extension. We could change the "Select a worskpace" to: "Select the workspace to set the interpreter".

It's on line 111 in this file :

const workspaceFolder = await this.applicationShell.showWorkspaceFolderPick({ placeHolder: 'Select a workspace' });
@luabud luabud added feature-request Request for new features or functionality good first issue needs PR area-environments Features relating to handling interpreter environments labels Oct 18, 2019
@DonJayamanne

This comment has been minimized.

@luabud

This comment has been minimized.

@DonJayamanne

This comment has been minimized.

@kimadeline
Copy link

✅ Validated: image.png

@ghost ghost removed the needs PR label Nov 1, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Nov 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality good first issue
Projects
None yet
Development

No branches or pull requests

3 participants