-
Notifications
You must be signed in to change notification settings - Fork 887
Add coder executable to PATH #1771
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
Conversation
|
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.
It's good that we're appending it to the path because that means it's the lowest priority. That would allow users to have a higher-priority Coder binary in the path without a problem.
It'd be helpful to add a comment explaining that. It could cause unexpected behavior if a user overrides it, but it's better than having a hard-to-override default.
non-blocking: should we add a test for that? i.e. user already has previous coder binary or coder v1 binary in path |
Closes #1767