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

Type: Bug ## Issue Description ## After installing the C# extension the color brackets are not working for C# code. Its fine for other file types (e.g. json) ## Steps...

Razor

In the following gif, the item should either not be present (because App is considered filter text), or should be in soft selection (no exact match). However 1. In VSCode,...

Bug

Same problem in both vscode and visual studio. **Setup:** localhost ssh into an ubuntu VM in vmplayer. dotnet --version 9.0.100 on host dotnet --version 9.0.200 on linux VM **Problem:** Stepping...

Debugger
untriaged

Type: Bug While debugging a test from the Test Explorer, I am not able to apply hot reload after making a change to test code. I expect that changing some...

Debugger
untriaged

There is an increase in LSP server restarts per session in the past month, from 2% -> 4% ![Image](https://github.com/user-attachments/assets/a75c1d17-ddb0-4c06-87af-08c5dda6aabd) ![Image](https://github.com/user-attachments/assets/ddbd0dd6-3813-416f-a5b6-880f2bcbd349)

Bug
untriaged

Type: Bug ## Issue Description ## I am trying to debug a newly created Blazor WebAssembly application. I created the application via `dotnet new blazorwasm`. The `launch.json` was generated by...

Debugger
Razor
area-project
untriaged

Tools like Visual Studio 2022 oder Rider allows to debug Source Generators. This is not possible with vscode as far as I know. I would love to see this feature.

untriaged

## Is your feature request related to a problem? Please describe. Virtual workspaces and Live Share connections cause the extension to disable itself due to lack of support, with the...

Feature Request

Related https://github.com/microsoft/vscode-dotnettools/issues/1774 As the C# Dev Kit examines changes to workspace trust, due to the dependency, they would need to match. C#DK cannot say 'trusted' and if C# remains restricted...

Feature Request

Committing a generic method with `

Bug
Completion