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 prompt to select virtual environment for the worskpace #5092

Merged
merged 12 commits into from
Apr 10, 2019

Conversation

karrtikr
Copy link

@karrtikr karrtikr commented Apr 2, 2019

For #4908

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • [ ] Test plan is updated as appropriate
  • [ ] package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • [ ] The wiki is updated with any design decisions/details.

@karrtikr karrtikr force-pushed the is4908 branch 2 times, most recently from 8e72118 to 1d04906 Compare April 3, 2019 17:50
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/types.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
@karrtikr karrtikr force-pushed the is4908 branch 3 times, most recently from 5c66764 to 09a6edb Compare April 5, 2019 01:43
@karrtikr karrtikr changed the title WIP - Add prompt to select virtual environment for the worskpace Add prompt to select virtual environment for the worskpace Apr 5, 2019
src/client/telemetry/types.ts Outdated Show resolved Hide resolved
@karrtikr karrtikr force-pushed the is4908 branch 7 times, most recently from a4ed22b to b2de48e Compare April 5, 2019 07:51
@karrtikr karrtikr closed this Apr 5, 2019
@karrtikr karrtikr reopened this Apr 5, 2019
Copy link

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes

src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
src/client/interpreter/virtualEnvs/virtualEnvPrompt.ts Outdated Show resolved Hide resolved
Copy link

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for the following scenarios:

  • If a global interpreter is selected and the extension detects the existence of a new virtual environment

Note: Above is the scenario we're trying to address, hence a test MUST exist for this. I.e are we addressing the requirement?

@karrtikr
Copy link
Author

karrtikr commented Apr 9, 2019

Please add tests for the following scenarios:

  • If a global interpreter is selected and the extension detects the existence of a new virtual environment

Note: Above is the scenario we're trying to address, hence a test MUST exist for this. I.e are we addressing the requirement?

The PMs updated me that we are indifferent if global interpreter is selected or not, we'll show the prompt in both cases. Updated accordingly.

Copy link

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please accept my suggestion to include a comment for the sleep and then merge.

@karrtikr karrtikr merged commit eb3478a into microsoft:master Apr 10, 2019
@karrtikr karrtikr deleted the is4908 branch April 10, 2019 20:17
@lock lock bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants