fix: Two dart_frog projects in the same workspace cause the dev server to start with a wrong current path #1533
Labels
bug
Something isn't working as expected
p3
Issues that we currently consider unimportant
product: vscode extension
Issues related to the Dart Frog VSCode extension
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
parent/alpha
,parent/beta
beta
and continue with the startupbeta
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
The text was updated successfully, but these errors were encountered: