Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load the workspace which was saved on another PC #7

Open
Yariki opened this issue Dec 28, 2020 · 1 comment
Open

Load the workspace which was saved on another PC #7

Yariki opened this issue Dec 28, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Yariki
Copy link
Owner

Yariki commented Dec 28, 2020

  1. Create and Save PC on the first PC.
  2. Try to load the workspace on the second PC.
    Actual result: the workspace is not loaded at all.

The possible problem in the path which I store in the DB.

@Yariki Yariki added the bug Something isn't working label Dec 28, 2020
@Yariki Yariki self-assigned this Dec 28, 2020
@Yariki
Copy link
Owner Author

Yariki commented Dec 30, 2020

For saving the list of windows, their position, etc we use IVsUIShellDocumentWindowMgr interface. And it saves the absolute path to the file. That's why it could not load the workspace properly on another PC.
The approach for saving windows information should be rethought and refactored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant