-
Notifications
You must be signed in to change notification settings - Fork 36
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
#227: Fix paths problem (IDEasy could not set the tool path on first installation) #228
#227: Fix paths problem (IDEasy could not set the tool path on first installation) #228
Conversation
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MustaphaOuchen Thanks for your PR. I will reach out and discuss with you online so we can find the perfect solution together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MustaphaOuchen thanks for the PR & fix. 👍
Ready for merge.
Pull Request Test Coverage Report for Build 8061828056Details
💛 - Coveralls |
Closes #227
Our problem was that we just fill the paths variable of the SystemPath only during construction with the binary/commandlet locations. I think we have to do it also when tool2pathMap is changed, since tool2pathMap behaves like a "subset" of paths as far as I did understand.
This should fix that on the first start of the application the installed binary could not be found.