Make RStudio Server list of recent projects persist

Where does RStudio Server store information on the list of recently opened projects? I know in RStudio Desktop this list persists across instances. I'm running RStudio Server in a Docker container and want the list of recently accessed projects to persist.

Note I'm using RStudio v1.3.1093.

I solved this issue by creating a volume that maps the folder with the relevant files from the host to the docker container:

"user/.rstudio/monitored:/home/user/.rstudio/monitored:z"

Just a note, this is user/.local/share/rstudio instead of user/rstudio in newer releases of the IDE (starting with 1.4).

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.