Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.1k
Tags: CodeEditApp/CodeEdit
Tags
v0.3.6
Correctly Set Up EditorManager on New Workspaces (#2114)### DescriptionAdjusts the setup of EditorManager to always assign the `workspace`property on all editors after restoring it. This creates duplicate workwhen we have editors that successfully restore from a saved state, butensures we *always* set up the editor manager correctly even when anerror is thrown or there is no restoration data.Adjusted UI tests to catch this.### Related Issues* Issue on discord.### Checklist- [x] I read and understood the [contributingguide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md)as well as the [code ofconduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)- [x] The issues this PR addresses are related to each other- [x] My changes generate no new warnings- [x] My code builds and runs on my machine- [x] My changes are all related to the related issue above- [x] I documented my code### ScreenshotsN/A
PreviousNext