-
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
gh-978: Add python.pipenvPath config setting. #3957
gh-978: Add python.pipenvPath config setting. #3957
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3957 +/- ##
=======================================
- Coverage 78% 78% -<1%
=======================================
Files 406 406
Lines 18852 18861 +9
Branches 3025 3026 +1
=======================================
+ Hits 14577 14578 +1
- Misses 4273 4281 +8
Partials 2 2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll be merging #3930 shortly, you'll need to modify src/client/common/terminal/environmentActivationProviders/pipEnvActivationProvider.ts
file as well.
884af91
to
565483b
Compare
FYI, I updated the activation provider. |
(fixes #978)
[ ] Test plan is updated as appropriate[ ]package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)