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

Allow configuring rbenv executable path #2875

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

aurelien-reeves-scalingo
Copy link
Contributor

Motivation

Ref #2822 (comment)

Allow configuring the rbenv executable path if it's not installed in the default location and cannot be found automatically.

Implementation

Added a new setting under version manager. If the value is set to something, we use that as the rbenv path, otherwise we fallback to the default installation path.

Implementation also makes sure that the specified path exists.

This has been inspired by #1914

Automated Tests

Added a test to verify that we use the configured value to invoke rbenv.

@aurelien-reeves-scalingo
Copy link
Contributor Author

I've just signed the CLA
Action can be re-tried

@vinistock vinistock added enhancement New feature or request vscode This pull request should be included in the VS Code extension's release notes labels Nov 18, 2024
@vinistock
Copy link
Member

You can fix the linting errors with cd vscode && yarn run format.

Copy link
Member

@vinistock vinistock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@aurelien-reeves-scalingo
Copy link
Contributor Author

Thanks for your contribution!

Thanks to you for your guidance! :)

@vinistock vinistock merged commit 4770fdb into Shopify:main Nov 19, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vscode This pull request should be included in the VS Code extension's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants