Update using-vscode.md to fix broken link

This change fixes a broken link in the Using Visual Studio Code
documentation.  This link is pointing to a GitHub repo that will never
made public.  The resolution is to change the link to point to the public
vscode-powershell repo.
This commit is contained in:
David Wilson 2016-08-24 16:30:01 -07:00
parent e1f3494356
commit b3362fef1d

View file

@ -122,7 +122,7 @@ There are a few blogs that may be helpful to get you started using PowerShell ex
[ps-extension]:https://blogs.msdn.microsoft.com/cdndevs/2015/12/11/visual-studio-code-powershell-extension/
[debug]:https://blogs.msdn.microsoft.com/powershell/2015/11/16/announcing-powershell-language-support-for-visual-studio-code-and-more/
[vscode-guide]:https://johnpapa.net/debugging-with-visual-studio-code/
[ps-vscode]:https://github.com/PowerShell/vscode-powershell-ops/tree/master/vscode-powershell/examples
[ps-vscode]:https://github.com/PowerShell/vscode-powershell/tree/master/examples
PowerShell Extension for Visual Studio Code
----