-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Support migrating storage for extensions adopting pre-release #140088
Comments
@joyceerhl added following embedder API to support extension storage migration type MarketplaceExtension = ExtensionId | { readonly id: ExtensionId, preRelease?: boolean, migrateStorageFrom?: ExtensionId }; This will be available from tomorrow's insiders |
Tested
Will repeat this tomorrow with the VS Code Insiders build, but so far looking good. Thanks for the quick turnaround on this! |
- introduce migration list api in IExtensionStorageService - Use the list to migrate storage from main thread storage
API is looking good in Insiders with the following steps:
|
@joyceerhl Can you please verify this or mark this verified as you adopted this? |
Marked as verified since I have adopted this in vscode.dev as of two weeks ago. |
Support migrating storage for extensions adopting pre-release
Migration includes following:
The text was updated successfully, but these errors were encountered: