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

Remove Homebrew installation #537

Merged
merged 65 commits into from
Jan 5, 2018
Merged

Remove Homebrew installation #537

merged 65 commits into from
Jan 5, 2018

Conversation

MikhailArkhipov
Copy link

Just open Python download page as on Windows

@codecov
Copy link

codecov bot commented Jan 5, 2018

Codecov Report

Merging #537 into master will decrease coverage by 0.15%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #537      +/-   ##
==========================================
- Coverage    56.4%   56.25%   -0.16%     
==========================================
  Files         212      212              
  Lines       10018     9975      -43     
  Branches     1762     1753       -9     
==========================================
- Hits         5651     5611      -40     
+ Misses       4362     4359       -3     
  Partials        5        5
Impacted Files Coverage Δ
src/client/common/installer/pythonInstallation.ts 100% <100%> (+4.68%) ⬆️

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 321e204...08a495e. Read the comment docs.

if (interpreters.length > 0) {
if (this.platform.isMac &&
const platform = this.serviceContainer.get<IPlatformService>(IPlatformService);
if (platform.isMac &&
settings.pythonPath === 'python' &&
interpreters[0].type === InterpreterType.Unknown) {
await this.shell.showWarningMessage('Selected interpreter is MacOS system Python which is not recommended. Please select different interpreter');
Copy link
Member

Choose a reason for hiding this comment

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

"macOS" and do we want to say anything about virtual environments being okay?

Copy link
Author

Choose a reason for hiding this comment

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

It won't show up for VE (Unknown means regular env AFACT). We can add something more, but VSC messages are one-liners so it may not be fully visible. I'll fix the trademark

@MikhailArkhipov MikhailArkhipov merged commit d2a3b43 into microsoft:master Jan 5, 2018
@MikhailArkhipov MikhailArkhipov deleted the simple_inst branch January 5, 2018 22:43
@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.

2 participants