Is there a way to sync opened files and their order between two Rider sessions on two different computers?

Is there a way to sync opened files and their order between two Rider sessions on two different computers for the same solution?
My IDE settings sync is not working so I can't test if this requirement can be satisfied by that sync.
(I have an open ticket for the sync issue)

0
3 comments

Have you tried saving/loading your context between the two machines? Haven't tested this myself but it sounds like it could be what you need: https://www.jetbrains.com/help/rider/managing_tasks_and_context.html#work-with-context

0

Loading and saving contexts seems to be done for the same computer. When saving a context, it doesn't save to a file known to the user.

It seems Rider saves the files information in a workspace file under :
C:\Users\<username>\AppData\Roaming\JetBrains\Rider2020.3\workspace\<some-random-generated-filename>.xml

Not sure but probably the files others.xml and recentSolutions.xml are involved too because Rider needs to know which xml file to load.
Is there a reliable way to copy workspace files between two machines?

0

Hi,

Unfortunately, the only way is to copy it manually.

This is a related ticket: https://youtrack.jetbrains.com/issue/IDEA-223053.

0

Please sign in to leave a comment.