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

Settings Sync: Support syncing “additional resources” #120142

Closed
alefragnani opened this issue Mar 30, 2021 · 3 comments
Closed

Settings Sync: Support syncing “additional resources” #120142

alefragnani opened this issue Mar 30, 2021 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@alefragnani
Copy link

Today, Settings Sync only syncs VS Code settings and UI State. Issue #113996 asks to sync workspace state, but I would like to sync other resources used/generated by extensions.

My Project Manager extension uses globalStorageUri to store a few JSON files (projects and cache). At least the �projects.json file would be useful to be synced, specially when dealing with Codespaces and Remotes.

I’m not saying the entire globalStorageUri content should be synced, but at least the possibility to add additinoal resources to the syncing process.

BTW, the original Settings Sync extension has this feature, but the resources are defined by the user, not the extension developer.

Thanks in advance

@vscodebot
Copy link

vscodebot bot commented Mar 30, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@sandy081
Copy link
Member

/duplicate

#113774

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants
@alefragnani @sandy081 and others