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
Cherry picked fixes from main #15378
Merged
karthiknadig
merged 11 commits into
microsoft:release-2021.02
from
karthiknadig:cherry1
Feb 11, 2021
Merged
Cherry picked fixes from main #15378
karthiknadig
merged 11 commits into
microsoft:release-2021.02
from
karthiknadig:cherry1
Feb 11, 2021
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
* Add extraPaths support * Remove duplicate opt option * Eslint cleanup * Fix tests
…5367) * Ignore directories with the same name as pyhton binaries * Use withFileTypes instead of lstat
…osoft#15319) * Correct pipenv activation provider when in discovery experiment * Fix ESLint errors
karrtikr
approved these changes
Feb 10, 2021
Codecov Report
@@ Coverage Diff @@
## release-2021.02 #15378 +/- ##
==================================================
Coverage ? 65%
==================================================
Files ? 559
Lines ? 26824
Branches ? 3872
==================================================
Hits ? 17476
Misses ? 8628
Partials ? 720 |
ericsnowcurrently
approved these changes
Feb 10, 2021
* Use child process apis directly. * Use raw API in process service * Handle process cleanup * Address sonar * Refactor process service by pulling the raw process APIs out of the class * Address comments
…lasses (microsoft#15377) * Ensure environment variables provider can be created using standard classes * Fix unit tests
@rchiodo @joyceerhl let me know if I have taken all the needed commits here for release |
rchiodo
approved these changes
Feb 11, 2021
joyceerhl
approved these changes
Feb 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
no-changelog
No news entry required
skip package*.json
package.json and package-lock.json don't both need updating
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.
I won't be squashing this PR