Everton Andrade
Everton Andrade
Hi @belav  this solution didn't work for me =/ however, via cli it worked  It's a problem with the extension to find the global csharpier because with a...
@belav running `which dotnet` in vscode I have the output `/usr/bin/dotnet`:  in my settings.json (ctrl + shift + p > Preferences: Open User Settings (JSON), i don't have: ```json...
@belav , I've been investigating and found the problem. For some reason, process.env.PATH when called from running a vscode extension does not show me the full PATH of my system....
@belav The problem is not dotnet. The C# (Microsoft) extension is working fine. The problem is the installed tools that can only be called when they are in the PATH....