Merge pull request #2044 from daviwil/update-vscode-docs

Update VS Code docs to mention OpenSSL requirement
This commit is contained in:
Mike Richmond 2016-08-23 17:00:30 -07:00 committed by GitHub
commit a5c6e4a997

View file

@ -18,6 +18,10 @@ Editing with Visual Studio Code
* **OS X**: follow the installation instructions on the [Running VS Code on OS X](https://code.visualstudio.com/docs/setup/osx) page
**NOTE:** On OS X you must install OpenSSL for the PowerShell extension to work correctly. The easiest way to
accomplish this is to install [Homebrew](http://brew.sh/) and then run `brew install openssl`. The PowerShell extension
will now be able to load successfully.
* **Windows**: follow the installation instructions on the [Running VS Code on Windows](https://code.visualstudio.com/docs/setup/windows) page