Skip to content

Conversation

@matheuscumpian
Copy link
Contributor

Motivation

Adding support for rv as a version manager on vscode extension

closes #3861

Implementation

Automated Tests

Manual Tests

@matheuscumpian matheuscumpian marked this pull request as ready for review January 7, 2026 16:00
@matheuscumpian matheuscumpian requested a review from a team as a code owner January 7, 2026 16:00
Comment on lines +29 to +31
vscode.Uri.file("/home/linuxbrew/.linuxbrew/bin"),
vscode.Uri.file("/usr/local/bin"),
vscode.Uri.file("/opt/homebrew/bin"),
Copy link
Member

Choose a reason for hiding this comment

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

Should we be using joinPath like we are doing in all other places we build paths?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed you've created a new PR (#3894) that refactors a lot of the version managers code. Should I wait for that to merge and then align this PR with the new pattern?

Copy link
Member

Choose a reason for hiding this comment

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

Let's finish this one and then I rebase mine.

@rafaelfranca rafaelfranca added enhancement New feature or request vscode This pull request should be included in the VS Code extension's release notes labels Jan 8, 2026
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.

Support rv as a version manager.

2 participants