Open ThierryO opened 1 week ago
I made a small package that wraps these functions and includes internal data with preferences and default values for roughly the last 5-6 years of RStudio versions: https://pkg.garrickadenbuie.com/rsprefs/. The data is accessible via the package, or you can look at the source code in data-raw/prefs_rstudio.R if you want something more specific.
Where can I find a list of available preferences to be used with
readRStudioPreference()
andwriteRStudioPreference()
?