-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Disclaimer: I used to work on single projects so far and haven't checked on multi-root support lately.
I have two git repos in subdirectories.
IIRC, when opening an R file and hitting the r.loadall shortcut, usually the R session was attached with whe root of PROJECT1 as the working directory instead of the workspace root.
Right now the session is always started in the workspace root and subsequently r.loadall fail because no DESCRIPTIOIN file is found.
Did something change lately or was my memory wrong in this case?