You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the documentation only explains how developers should use the package, but users also need to know how to use it to update preferences. It took me some troubleshooting to figure it out. I think it needs to document the following 2 ways:
set_preferences!: this requires the user launch a new Julia session if developers implemented preferences with a const like in the ReadMe.
add an entry to LocalPreferences.toml in the user's environment
It should note that neither of these work with temporary environments, since relaunching loses the environment.
The text was updated successfully, but these errors were encountered:
Also the README should mention that Pkg handling preferences correctly only came into being in v1.8.0, as mentioned in Preferences/test/PTest/src/PTest do_test()...
Currently the documentation only explains how developers should use the package, but users also need to know how to use it to update preferences. It took me some troubleshooting to figure it out. I think it needs to document the following 2 ways:
set_preferences!
: this requires the user launch a new Julia session if developers implemented preferences with aconst
like in the ReadMe.LocalPreferences.toml
in the user's environmentIt should note that neither of these work with temporary environments, since relaunching loses the environment.
The text was updated successfully, but these errors were encountered: