vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Official C# support for Visual Studio Code

Results 493 vscode-csharp issues
Sort by recently updated
recently updated
newest added

## Issue Description ## I'm using .editorconfig to disable some rules. This works fine for the problems reported, however when I run any of the "Fix all occurrences of a...

One feature I really miss in Visual Studio Code right now is the [C# Interactive/REPL](https://channel9.msdn.com/Events/Visual-Studio/Connect-event-2015/103). It was added to full Visual Studio in late 2015 and it's highly useful for...

Feature Request
Triaged

## Issue Description ## Formatting of Blazor razor code is very inconsistent. Look at the strings in the screenshot below. Why is every other work colored differently? Why is the...

![image](https://user-images.githubusercontent.com/7494772/161397552-44f437c5-2ccb-4d04-8c33-de27083613a2.png) ![image](https://user-images.githubusercontent.com/7494772/161397547-8ffeadf3-561a-4c71-8a42-5083dbb93ce0.png) ![image](https://user-images.githubusercontent.com/7494772/161397694-f1f7fbb8-cf6b-40b9-97b5-fbd912559742.png) I am doing some Interop and Omnisharp is on fire. Omnisharp doesn't detect the proper type while doing `using NAME = CLASS` it actually just holds the...

Triaged
Needs Investigation

Мы скопировали необходимые данные в буфер обмена, так как у них был слишком большой размер для отправки. Вставьте эти данные.

Needs More Info

Hi, i'm trying to make the extension to work when offline, but it'll be stuck on .. Error occurred in loading omnisharp from omnisharp.path Could not start the server due...

Question
Triaged

## Environment data `dotnet --info` output: ``` .NET SDK (reflecting any global.json): Version: 5.0.206 Commit: 0cf287db1b Runtime Environment: OS Name: fedoraremixforwsl OS Version: 34 OS Platform: Linux RID: fedora.34-x64 Base...

## Environment data `dotnet --info` output: 1.0.0-preview2-003121 VS Code version: 1.9.1 C# Extension version: 1.8.0-beta1 ## Steps to reproduce Open new C# File, Quickly Scroll to the File End ##...

## Environment data `dotnet --info` output: .NET SDK (reflecting any global.json): Version: 6.0.202 Commit: f8a55617d2 Runtime Environment: OS Name: Windows OS Version: 10.0.19044 OS Platform: Windows RID: win10-x64 Base Path:...

## Issue Description ## As our project grows it is becoming more and more common to have Omnisharp crashing randomly or just taking too long to process files (even the...