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
I searched existing issues and did not find a duplicate.
I included enough detail to reproduce or investigate the problem.
Area
apps/desktop
Steps to reproduce
Add project for the root directory of the project
Observe a new project thread folder is added
Add a project for a directory that is inside of the first project that was added
Observe that there is no new folder created for this nested project, but a thread is opened and can be created at the new location
Now delete the first project folder
Observe that the second project folder will now appear it the first project's place
Expected behavior
A new project folder should be created for every directory the user selects unless the project folder already exists.
This allows for you to create a folder per scope of work, which is very useful in a mono-repo.
Actual behavior
Project folders that are created that have the same parent directory overlap, with all of their threads under the same project folder and not being able to create a new thread for any of the other projects.
Before submitting
Area
apps/desktop
Steps to reproduce
Expected behavior
A new project folder should be created for every directory the user selects unless the project folder already exists.
This allows for you to create a folder per scope of work, which is very useful in a mono-repo.
Actual behavior
Project folders that are created that have the same parent directory overlap, with all of their threads under the same project folder and not being able to create a new thread for any of the other projects.
Impact
Major degradation or frequent failure
Version or commit
0.17 & nightly
Environment
Windows 11
Logs or stack traces
Screenshots, recordings, or supporting files
nested-directories.mp4
Workaround
N/A