-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat: migrate state to new database name #4938
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4938 +/- ##
=======================================
Coverage 70.30% 70.30%
=======================================
Files 29 29
Lines 1677 1677
Branches 371 371
=======================================
Hits 1179 1179
Misses 424 424
Partials 74 74 Continue to review full report at Codecov.
|
Whenever we navigate we probably want to make sure the editor is ready so might as well just have one function.
This contains the state migrations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Co-authored-by: Joe Previte <[email protected]>
* Merge setup and navigate functions Whenever we navigate we probably want to make sure the editor is ready so might as well just have one function. * Add customizable entry and workspace directory * Add test for state db migration * Update Code This contains the state migrations.
Contains a test for migrating from an older version of code-server.