Update VS Code docs to mention OpenSSL requirement

This change updates the "Using Visual Studio Code" documentation to
mention the requirement of having OpenSSL installed on OS X.  Brief
installation instructions have been included.
This commit is contained in:
David Wilson 2016-08-23 16:33:39 -07:00
parent 1d1bf1942c
commit 7bd7966189

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