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

Free/Libre fork of the official C# extension for vscode

Results 19 free-vscode-csharp issues
Sort by recently updated
recently updated
newest added

I've updated to .NET 8, VSCodium 1.84.2 and free-vscode-csharp v2.10.28. Now at the start I get the following notification for each project in a workspace: ````` [Error - 9:41:41 AM]...

I have a portable VSCodium (1.82) and portable dotnet sdk (7.0.400). VSCodium is launched via custom cmd-file where DOTNET_ROOT environment variable is set. In the VSCodium settings there're the following...

VSCodium 1.82.1 with free-omnisharp 2.0.436. When I try to debug (F5) I get the following notification: > "undefined" is not valid JSON Debug is not started. With free-omnisharp 1.25.7 everything...

Clicking this button on a unit test: ![image](https://user-images.githubusercontent.com/42162869/217040254-6fffd5cf-ce3c-49ec-9bbd-be6a6d080a0e.png) Results in: ![image](https://user-images.githubusercontent.com/42162869/217039907-328e97b5-b844-4fd4-8b2a-36d47a7d3be3.png) can't parse: [json.exception.type_error.302] type must be array, but is string launch.json: ```json { "version": "0.2.0", "configurations": [ { "name":...

Type: Bug Simply run a C# project and output some characters, the Chinese characters are displayed as question marks. Extension version: 1.25.0 VS Code version: Cursor 0.2.7 (f9c29d73ab9f4d88cff4de986247553b5d60e71e, 2023-04-20T01:51:46.916Z) OS...

I apologize if this is a wrong place to report this issue. There is a code: ```csharp void TestNested() { int i = 0; Nested(); void Nested() { i +=...

## Issue Description ## According to the [official extension docs](https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window) on `launch.json` options for debugging: > The `"console"` setting controls what console (terminal) window the target app is launched into....

Extension locks up / does not show anything in Debug pane after this breakpoint: ```csharp public ConfigureServices() { services.AddAuthentication(); // wont launch dotnet web server or output to debug pane...

bug

## Issue Description ## Cannot debug webapi projects. For some reason I can debug Startup.cs, but then it crashes, I can't get to a point where I can debug a...

bug

## Issue Description ## I am trying to attach the debuggeer to a running exe process using following launch.json ``` { "configurations": [ { "name": "Attach to process", "type": "clr",...