You are not logged in.
So I have the LTS .net core installer. 3.0.13. I have both the runtime and the sdk installed. I have confirmed it works. However when I try to run debug in visual studio code it fails saying
Configured debug type 'coreclr' is not supported.
It runs fine on the creators machine, but not mine. I've searched and searched for a possible solution, but cannot find one.
Not sure what else to look for.
Last edited by tdowling (2021-04-12 00:11:53)
Offline
Try using visual-studio-code-bin from AUR. As far as I remember the OSS version does not support .NET Core debugging.
Offline
So it turns out after trying all the AUR files... removing and installing and starting fresh. There was one thing I didn't install the entire time and that was the C# extension in Visual Studio Code.
I could have sworn that I did that, but it turns out I didn't. Once I installed the extension it didn't give me that error any more.
T
Offline