From 87dd813bf3428d9dca2d0bc22aaa98360a371661 Mon Sep 17 00:00:00 2001 From: Richard Diamond Date: Tue, 22 Aug 2017 09:23:31 -0700 Subject: [PATCH] Fix broken VS Code VSIX link (#832) - Update link to OmniSharp 1.12.1 release - Remove unneeded beta instructions --- release-notes/2.0/2.0.0-known-issues.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release-notes/2.0/2.0.0-known-issues.md b/release-notes/2.0/2.0.0-known-issues.md index 931ce604..6e93b6af 100644 --- a/release-notes/2.0/2.0.0-known-issues.md +++ b/release-notes/2.0/2.0.0-known-issues.md @@ -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, you’ll 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).