Skip to content

Various fixes for 0.8.0 #368

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 4 commits into from
Dec 9, 2016
Merged

Various fixes for 0.8.0 #368

merged 4 commits into from
Dec 9, 2016

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Dec 9, 2016

  • Output window should appear when F8 is pressed.
  • Check for Homebrew's OpenSSL libraries correctly
  • Update OS X nomenaclature to macOS
  • Add troubleshooting note about IntelliSense slowness in PS 5.0

This change improves the way we check for OpenSSL libraries that must be
installed on the user's macOS system before PowerShell Editor Services can
be loaded successfully.  Previously we were looking for a path that
required a symbolic link to be created after installing OpenSSL.  It turns
out that PowerShell on macOS has built-in library paths which target
Homebrew's installation path for OpenSSL.  We now check primarily for this
path before looking at the system-wide installation path.
@daviwil daviwil merged commit 6819cdc into master Dec 9, 2016
@daviwil daviwil deleted the daviwil/minor-fixes branch December 9, 2016 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants