How to get unsaved script tabs

后端 未结 6 2147
渐次进展
渐次进展 2020-12-13 19:32

I would like to know, if it is possible to get unsaved script tabs in R studio. I accidentally open and switch to new project, then my unsaved scripts disappeared. Can anyo

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 20:02

    I ran into a situation when RStudio didn't load any scripts, none of the above suggestions helped, however, I could see all of the files under C:\Users\[your user]\AppData\Local\RStudio-Desktop\sources.

    What helped me was to delete lock_file and restart_file. After this, when I started RStudio, all scripts were loaded.

提交回复
热议问题