forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ensure workspace interpreters are discovered and watched #17144
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
karrtikr
changed the title
DO NOT REVIEW
Ensure workspace interpreters are discovered and watched
Aug 31, 2021
karthiknadig
approved these changes
Aug 31, 2021
karthiknadig
pushed a commit
to karthiknadig/vscode-python
that referenced
this pull request
Sep 2, 2021
karthiknadig
pushed a commit
that referenced
this pull request
Sep 2, 2021
karthiknadig
added a commit
that referenced
this pull request
Sep 22, 2021
* Update version and change log (#17170) * Ensure default python executable to use is 'python' instead of '' (#17161) * Fix Pop-up The argument 'file' cannot be empty. Received '' appears when no Python is installed or when default python is selected * News entry * Ensure workspace interpreters are discovered and watched (#17144) * Cherry pick discovery related fixes to release (#17310) * Do path comparisons appropriately in the discovery component (#17244) * Do path comparisons appropriately in the discovery component * News entry * Fix some tests * Some more fixes * Fix poetry unit tests * Ensure we trigger discovery for the first time as part of extension activation (#17304) * Ensure we trigger discovery for the first time as part of extension activation * Oops * Fix parent path check (#17274) * Fix parent path check * only buiild vsix * More verbose logging * Revert "only buiild vsix" This reverts commit b601e59. * Fix for multiple directories in pytest args. (#17306) * Fix for a bunch of test issues. (#17311) * Fix for a bunch of test issues. * Lint python files. * Fix issue with in complete unittest runs. (#17313) * Fix27ci (#17327) (#17328) * Ensure tensorboard is not installed for python 2.7 * Add news item * Point release version, change log, and TPN updates (#17333) * Update version * Change log updates for point release * Third part notice update * Correctly indicate when a refresh has finished (#17336) * Cherry pick fixes from main (#17348) * Fix for filenames starting with py. (#17275) * Fix for filenames starting with py. * Add news item. * Update change logs for cherry pick * Update run failed tests icon (#17271) (#17349) Co-authored-by: Luciana Abud <[email protected]> * Cherry pick debug caching fix to release (#17355) * Fix for cached debug configuration (#17354) * Update change log for cherry pick * Ensure we block getting active interpreter on auto-selection (#17370) (#17372) * Ensure we block getting active interpreter on autoselection * News entry * Fix single workspace tests * Fix lint * Fix for `unittest` ModuleNotFoundError when discovering tests (#17369) * Fix for ModuleNotFoundError * Add news * Ensure we use cwd * linting * Improve display of lines in test output. (#17373) * Improve display of lines in test output. * Add news item * Handle debug in terminai with undefined uri (#17375) * Fix for buttons not showing up for test items. (#17402) * Update change log and version. * DS Product names were inadvertently removed (#17434) * Fix `Python extension loading...` issue for users who have disabled telemetry (#17448) * Enable discovery experiments for all users including those who have opted out of telemetry * News entry * Oops * Ensure we still respect optInto/optOutFrom setting for discovery experiment * Update change log and version (#17450) * Ensure TPN is up to date Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Luciana Abud <[email protected]> Co-authored-by: Don Jayamanne <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follows from spike https://github.com/microsoft/vscode-python-internalbacklog/issues/258
For https://github.com/microsoft/vscode-python-internalbacklog/issues/374
Closes https://github.com/microsoft/vscode-python-internalbacklog/issues/311