-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Restore preferences from remote backups #97443
Labels
Comments
/duplicate |
My workaround was: cat extensions.json |
jq '.[]
.identifier|select(.uuid)
.id |select(test("^ms-vscode.")|not)' |
xargs -n1 code-insiders --install-extension |
@texastoland This is in fact implemented in #93960, there is a download action in synced data view to restore - check this here - #93960 (comment) |
I previously saw the screenshot but don't understand how to sync. I tried it work on Insiders too. I can't find it even as a user who's already familiar with the particular feature. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
I accidentally rimrafed my
.vscode-insiders
directory with all my extensions. I found the backup but I can't do anything with it. There's no restore button, context menu item, action in the command palette, mention in the official doc, or previous issues here. The CLI can't even consume the JSON file. I'm going to write something with grep but I'm confused how the backups are intended to be used.The text was updated successfully, but these errors were encountered: