sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Resident frontend compiler: error path.

Open ykmnkmi opened this issue 5 months ago • 0 comments

When I run dart run -r .\some_package\test\check.dart inside the workspace, it prints this on error:

The Resident Frontend Compiler is listening at 127.0.0.1:55260

Run dart compilation-server shutdown to terminate the process.
Failed to build svelte_builder\test\check.dart:
../../parent2/parent/workspace/some_package/lib/src/some_file.dart:201:26: Error: ...

Why does it show parent folders? VS Code can't resolve this path when I click on it.

ykmnkmi avatar Jun 13 '25 06:06 ykmnkmi