Moaml

Results 2 comments of Moaml
trafficstars

I got the same issue. I've already installed `dotnet7.0.10` at `/usr/share/dotnet/` but every time I run `vscode` it start installing the dotnet, even though I've set the ` "dotnet.dotnetPath": "/usr/share/dotnet/"`...

For everyone getting the same issue, I've solved it using the following settings (For `Linux` users) : - Make sure you don't have `/usr/bin/dotnet` *link* or whatever - If you...