Danny Tuppeny

Results 1793 comments of Danny Tuppeny

I can repro this in an Ubuntu container. It seems that Flutter or Dart is resolving the symlinks to their underlying paths, which means the paths that VS Code sends...

@bkonyi do you know the reasons for this (or who might)? I'm not sure whether this is a bug or expected (and if it's expected, whether Dart-Code/DAP will need to...

I tried creating a sample app at `./real_app`, deleted `.dart_tool` and `.packages`. I then created a `./linked_app` symlink that points at it, then ran `dart pub get` from inside `./linked_app`....

> At this point, I'm not sure this is a bug, and we should specifically > specify that breakpoints should only be set using absolute paths I'm also not sure...

In my testing above (https://github.com/Dart-Code/Dart-Code/issues/3896#issuecomment-1114868074), the `package_config.json` had relative paths that did not appear to have resolved symlinks (at least not for the current project - I haven't done any...

@bkonyi @johnniwinther I'm not sure how to progress this (or even confirm whether it's a bug or intended). The steps above at https://github.com/Dart-Code/Dart-Code/issues/3896#issuecomment-1114868074 reproduce this fairly easily (showing that the...

Is there anything I can do to track down where the issue is? Based on my repro above, I don't _think_ `package_config` is involved (that is, the file on disk...

I've filed https://github.com/dart-lang/sdk/issues/49309, thanks!

This came up at https://github.com/Dart-Code/Dart-Code/issues/4172 too. It also affects setting the root directory for DevTools.

@johnniwinther that issue was closed because it was deemed to be something that should be handled in the IDE. My [initial testing](https://github.com/dart-lang/sdk/issues/49309#issuecomment-1168550896) suggested that if we pass the full (unresolved)...