Fix broken VS Code VSIX link (#832)

- Update link to OmniSharp 1.12.1 release
- Remove unneeded beta instructions
This commit is contained in:
Richard Diamond 2017-08-22 09:23:31 -07:00 committed by Karel Zikmund
parent 09cac135ef
commit 87dd813bf3

View file

@ -136,7 +136,6 @@ There are a [few items to be aware of](https://gist.github.com/mrward/70b8132003
If you want to try .NET Core 2.0 with Visual Studio Code, you will need to use an updated C# Extension.
1. If you haven't already, install [Visual Studio Code](https://code.visualstudio.com).
1. Download the VSIX for the [latest C# Extension](https://github.com/OmniSharp/omnisharp-vscode/releases/download/v1.10.0-beta2/csharp-1.10.0-beta2.vsix).
1. Follow the instructions from [Installing Beta Releases](https://github.com/OmniSharp/omnisharp-vscode/wiki/Installing-Beta-Releases). **Note:** If you already have C# for VS Code installed, youll want to uninstall it and relaunch VS Code before installing the beta.
1. Download the VSIX for the [latest C# Extension](https://github.com/OmniSharp/omnisharp-vscode/releases/download/v1.12.1/csharp-1.12.1.vsix).
If you try out the C# for VS Code bits and find any issues, please file them at [OmniSharp/omnisharp-vscode](https://github.com/OmniSharp/omnisharp-vscode/issues).