FS#61561 - [code] C# Debugger is not working properly

Attached to Project: Community Packages
Opened by Christoffer Jansson (Kokefa) - Monday, 28 January 2019, 18:57 GMT
Last edited by Filipe Laíns (FFY00) - Saturday, 06 April 2019, 16:08 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Filipe Laíns (FFY00)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
https://github.com/OmniSharp/omnisharp-vscode/issues/2819
https://github.com/OmniSharp/omnisharp-vscode/issues/2820

I had problems with the C# extension in VS Code, the debugger wasn't working properly and the razor language server lost connection sometimes causing the whole application to stop working properly aswell. It seems there is something wrong with the VS Code from arch repo, the one in the AUR solved my issues.

All the info you need to understand the problem is in the github issues.

Additional info:
Check issue #2819

Steps to reproduce:
Install the VS Code from arch-repo, not the AUR package.
Install the C# extension (1.17.1) and the runtime, host and SDK for dotnet core
Create a new console app, dotnet new console
Create launch.json and task.json, the default .net core (console) templates works fine, just change the pathing as the ones in the issue.
Press F5, it will run the preTaskLaunch, then stop debug for unknown reason.
This task depends upon

Closed by  Filipe Laíns (FFY00)
Saturday, 06 April 2019, 16:08 GMT
Reason for closing:  No response
Comment by Filipe Laíns (FFY00) - Friday, 15 March 2019, 09:22 GMT
As I said in https://github.com/OmniSharp/omnisharp-vscode/issues/2819#issuecomment-473118963, there's really nothing I can do, sorry.
Comment by Filipe Laíns (FFY00) - Monday, 25 March 2019, 19:44 GMT
Can I close this? This is something that should be fixed in the upstream.

Loading...