Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IntelliSense not working sometimes when it cannot find the Cake .NET Global Tool #509

Open
augustoproiete opened this issue Feb 20, 2021 · 0 comments
Labels

Comments

@augustoproiete
Copy link
Member

... Once cake-build/bakery#125 is fixed.


It seems that in some scenarios the .NET Global Tool is installed and appears to be in the %PATH% but when you actually try to run it (e.g. via Process.Start) the OS can't find it for some reason.

I mentioned this issue before on Slack and recently @AndaBucsa reported a similar issue.

I also had a very similar issue with the Rider extension and @nils-a was able to fix it in cake-build/cake-rider#78 by searching for the .NET Tool in the expected installation path %USERPROFILE%\.dotnet\tools\ (Windows) and $HOME/.dotnet/tools/ (Unix-like), and we think the same fix could be applied to Bakery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant