R: configure override of available runtimes #6206
Labels
area: runtimes
Issues related to Language Runtimes
area: workbench
Issues related to Workbench category.
enhancement
New feature or request
lang: r
theme: runtime startup
Milestone
Implementation Summary
This is the R equivalent to #6203.
A new option will be added to "override" the paths to search for R interpreters, which the user can configure via the Settings UI or via the user
settings.json
directly. As such, these settings will be applicable at the workspace and/or user scopes, and can be preset by a workbench admin viapositron-user-settings.json
.add
r.interpreters.override
settings optionImplementation Considerations
What if a user specifies invalid paths, the interpreters or directories don’t exist, or something else is wrong with the user’s input in settings?
What if a user has interpreter includes, excludes AND overrides specified?
The text was updated successfully, but these errors were encountered: