Open
Description
Description
I have created a second dart_frog project in my workspace and later found out that the first one stopped working suddenly when run with the Dart Frog: Start and Debug Development Server. The reason seems to be that the working directory is set incorrectly.
Steps To Reproduce
- Create two dart_frog projects in the same workspace (folder), e.g.
parent/alpha
,parent/beta
- Execute command Dart Frog: Start and Debug Development Server
- The extension will find the two projects and asks which one to start. Select
beta
and continue with the startup - Observe that
beta
has started, however the current working dir in the startedbeta
project (Directory.current.path
) will point toalpha
.
Expected Behavior
Directory.current.path
should correspond to the directory of the correct project.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog