You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
While hacking on Brackets on MacOS, if you delete the current folder used as source, running the scripts setup_for_hacking or restore_installed_build won't work because the old dev symlink isn't removed.
Steps to reproduce
Clone two different branches of brackets (Or the same one into two different folders)
Run setup_for_hacking from the first one
Remove the first folder
Run setup_for_hacking or restore_installed_build from the second folder.
Expected
The dev symlink to point to the second folder or to get deleted
Result
The dev symlink remains unchanged
The text was updated successfully, but these errors were encountered:
While hacking on Brackets on MacOS, if you delete the current folder used as source, running the scripts
setup_for_hacking
orrestore_installed_build
won't work because the olddev
symlink isn't removed.Steps to reproduce
setup_for_hacking
from the first onesetup_for_hacking
orrestore_installed_build
from the second folder.Expected
The
dev
symlink to point to the second folder or to get deletedResult
The
dev
symlink remains unchangedThe text was updated successfully, but these errors were encountered: