Skip to content

🐛 handle failure to detect conda environment #829

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

Merged
merged 3 commits into from
Feb 21, 2018

Conversation

DonJayamanne
Copy link

Fixes #828

@codecov
Copy link

codecov bot commented Feb 20, 2018

Codecov Report

Merging #829 into master will increase coverage by 0.19%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #829      +/-   ##
==========================================
+ Coverage   63.76%   63.95%   +0.19%     
==========================================
  Files         260      260              
  Lines       11864    11980     +116     
  Branches     2103     2152      +49     
==========================================
+ Hits         7565     7662      +97     
- Misses       4291     4310      +19     
  Partials        8        8
Impacted Files Coverage Δ
...ient/interpreter/locators/services/condaService.ts 97.32% <100%> (+2.67%) ⬆️
src/client/common/logger.ts 73.33% <100%> (ø) ⬆️
src/client/common/platform/fileSystem.ts 82.6% <0%> (-7.87%) ⬇️
src/client/interpreter/index.ts 62.88% <0%> (-0.04%) ⬇️
src/client/interpreter/virtualEnvs/index.ts 100% <0%> (ø) ⬆️
src/client/interpreter/virtualEnvs/types.ts 100% <0%> (ø) ⬆️
src/client/providers/jediProxy.ts 72.37% <0%> (+0.24%) ⬆️
src/client/linters/baseLinter.ts 92.7% <0%> (+1.04%) ⬆️
src/client/common/configSettings.ts 88.55% <0%> (+1.37%) ⬆️
src/client/interpreter/serviceRegistry.ts 100% <0%> (+2%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6eabde4...d90846c. Read the comment docs.

@MikhailArkhipov MikhailArkhipov merged commit 02dc3ed into microsoft:master Feb 21, 2018
@DonJayamanne DonJayamanne deleted the condaEnvSearch branch February 22, 2018 19:22
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 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.

Cannot load Python REPL in VS Code
2 participants