Everton Andrade

Results 4 comments of Everton Andrade

Hi @belav ![image](https://github.com/belav/csharpier/assets/43795982/3e01fe0f-40aa-4efa-a571-0b50f2255445) this solution didn't work for me =/ however, via cli it worked ![image](https://github.com/belav/csharpier/assets/43795982/9acdd09b-d774-46f1-abdf-f8ee6fcfa179) 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`: ![image](https://github.com/belav/csharpier/assets/43795982/52dd5bec-e8a0-4fa2-b025-d42937ce1faa) 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....