-
Notifications
You must be signed in to change notification settings - Fork 92
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
add positron.r.interpreters.exclude
setting to exclude R installation paths
#6472
Conversation
E2E Tests 🚀 |
positron.r.customExcludes
setting to exclude R installation pathspositron.r.interpreters.exclude
setting to exclude R installation paths
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.
LGTM
I didn't delve deeply into the implementation, since it looks like the path utilities are ported from elsewhere. Mostly just some comments on naming and describing things.
The settings may be user-set or admin-set, so "user" may be misleading.
1d24ab6
to
54fe7c4
Compare
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.
LGTM!
MacOS CI issues will be resolved in #6496. |
Summary
positron.r.interpreters.exclude
which allows the user to specify R installation binary paths or directories containing R installations that should be excluded from the UI in PositronSettings UI
Settings JSON
R Language Pack Output
Release Notes
New Features
Bug Fixes
QA Notes
positron.r.customBinaries
andpositron.r.customRootFolders
settings which allow "includes" to be specifiedpositron.r.interpreters.exclude
will take precedence over includes withpositron.r.customBinaries
orpositron.r.customRootFolders