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

open same files at home like in office #176227

Closed
Nexulo opened this issue Mar 6, 2023 · 4 comments
Closed

open same files at home like in office #176227

Nexulo opened this issue Mar 6, 2023 · 4 comments
Labels
feature-request Request for new features or functionality workbench-workspace Workspace issues

Comments

@Nexulo
Copy link

Nexulo commented Mar 6, 2023

It would be nice if it would be possible to sync the list of open files. so that at my home computer in VS Code the same files are opened like in the office. I know I can synchronize settings etc. but unfortunately the open files are not synchronized.

I have currently solved this with a workaround. I have programmed a filelistener script, which searches for changes in the local vs-code application and then creates a list of the opened files.

Procedure:
A script runs an eventlistener on a folder (on my local VSCode application). As soon as the script detects file changes (happens when VS Code is closed), a function is executed which retrieves the list of open files from the VS Code database. Then a simple file list is written to my iCloud storage and on my home computer I can then automatically open all files using an additional script.

@bpasero bpasero added feature-request Request for new features or functionality workbench-workspace Workspace issues labels Mar 6, 2023
@bpasero bpasero removed their assignment Mar 6, 2023
@bpasero
Copy link
Member

bpasero commented Mar 6, 2023

This goes into the direction of roaming workspace state.

fyi @joyceerhl @sandy081

@vscodenpa vscodenpa added this to the Backlog Candidates milestone Mar 6, 2023
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality workbench-workspace Workspace issues
Projects
None yet
Development

No branches or pull requests

3 participants