Skip to content

Commit b0da22f

Browse files
Radka Janekpvalena
authored andcommitted
removed the bug notice as it's hacked now
1 parent 6fe296c commit b0da22f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tech/languages/csharp/csharp-ide.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ JetBrains Rider is full featured IDE for all things C#, and even F# on .NET Core
1818

1919
_.NET Core Only_
2020

21-
* VS Code will not work with [our .NET Core packages](/tech/languages/csharp/dotnet-installation.html) due to an [upstream issue](https://github.com/dotnet/source-build/issues/125) affecting OmniSharp. You can still use it with [Microsoft's dotnet packages](https://www.microsoft.com/net/core#linuxfedora).
22-
2321
Visual Studio Code (aka VS Code) is plugin-based IDE that by itself won't just run C#. You have to install the C# plugin, and NuGet Package Manager.
2422

2523
Download the Visual Studio Code at [code.visualstudio.com](https://code.visualstudio.com) and the C# Extension at [marketplace.visualstudio.com](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
@@ -28,8 +26,6 @@ Download the Visual Studio Code at [code.visualstudio.com](https://code.visualst
2826

2927
_.NET Core and Mono_
3028

31-
* Eclipse will not work with [our .NET Core packages](/tech/languages/csharp/dotnet-installation.html) due to an [upstream issue](https://github.com/dotnet/source-build/issues/125) affecting OmniSharp. You can still use it for mono, or with [Microsoft's dotnet packages](https://www.microsoft.com/net/core#linuxfedora).
32-
3329
You can use the [aCute plugin](https://marketplace.eclipse.org/content/acute-c-edition-eclipse-ide-experimental) on top of the established and popular [Eclipse IDE](/tools/eclipse/about.html). This C# extension for Eclipse IDE relies on [OmniSharp](http://www.omnisharp.net) and [Language Server Protocol](https://github.com/Microsoft/language-server-protocol). It comes with complete edition features for C# in the Eclipse IDE, relying on the Eclipse IDE provides all typical features of a good IDE (Polyglot development, SCM, deployment...) and give access to a rich ecosystem of extensions for about all existing technologies.
3430

3531
```

0 commit comments

Comments
 (0)