muhammadsammy / free-vscode-csharp

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

Restored debugger support, using the MIT-licensed netcoredbg. #4

Closed jamsilva closed 3 years ago

jamsilva commented 3 years ago

This pull request restores debugging functionality, solving #2. I built the extension on my Linux computer and installed it in Code - OSS. The debugger works without any need for changes to the launch.json file. The binaries are downloaded from my custom netcoredbg repo instead of vsdbg. Because I only tested this locally, on a single Linux computer, you may want to do some tests yourself before merging this.