You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
🙁 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.
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.
The text was updated successfully, but these errors were encountered: