CodeEditApp / CodeEdit

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.01k stars 1.01k forks source link

✨ Handle Workspace Root Change #1880

Open thecoolwinter opened 2 weeks ago

thecoolwinter commented 2 weeks ago

Description

Handling the event where the root of the project is moved or deleted should be handled gracefully. Right now we have a TODO comment in the directory events to handle this.

What should happen when the root is moved:

austincondiff commented 1 day ago

Currently this is what happens:

Is there anything else that doesn't work right after moving the folder that we need to address?