-
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
Remove Homebrew installation #537
Remove Homebrew installation #537
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
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'); |
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.
"macOS" and do we want to say anything about virtual environments being okay?
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.
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
Just open Python download page as on Windows