muhammadsammy / free-vscode-csharp

Free/Libre fork of the official C# extension for vscode
https://open-vsx.org/extension/muhammad-sammy/csharp
Other
138 stars 16 forks source link

pipeTransport settings are ignored when debugging #69

Closed granitrocky closed 2 weeks ago

granitrocky commented 4 months ago

Is your feature request related to a problem? Please describe.

When attempting to use the PipeTransport settings, the debugger ignores all the command line options and paths to the debugger in favor of a default install.

Describe the solution you would like

I would like to be able to pass command line options to netcoredbg

Applicable Scenarios

When debugging projects written in C# for Godot, netcoredbg needs to be invoked in a particular way, with specific command line options, but currently the options are ignored.

Describe alternatives you've considered

AFAIK there isn't one.

I have attached a PR with a proposed fix. It could do with some review.

https://github.com/muhammadsammy/free-vscode-csharp/pull/68

granitrocky commented 2 weeks ago

Fixed in https://github.com/muhammadsammy/free-vscode-csharp/pull/68