From 7bd7966189f5bff8f9445357a13a86d1bf3969f9 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 23 Aug 2016 16:33:39 -0700 Subject: [PATCH] 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. --- docs/learning-powershell/using-vscode.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/learning-powershell/using-vscode.md b/docs/learning-powershell/using-vscode.md index 1a230025c..6b3aabd5b 100644 --- a/docs/learning-powershell/using-vscode.md +++ b/docs/learning-powershell/using-vscode.md @@ -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