Danny Tuppeny
Danny Tuppeny
My plan for fixing this turns out not to work. VS Code doesn't support custom run requests, so we don't have a way to pass the CodeLens launch info through...
FWIW, I think this might affect starting Chrome on Travis Linux too. I see: ``` [5796:5796:0206/084907.084788:ERROR:browser_dm_token_storage_linux.cc(101)] Error: /etc/machine-id contains 0 characters (32 were expected). ``` and it seems like Chrome...
Also, when adding Cirrus to a new project, you'll probably (hopefully?) add it on a fork while you configure the config file, so having it not show up is a...
Sorry I meant branches, not fork/repo. If you want to enable Cirrus for an existing project, you'll probably start by adding a `.cirrus.yml` file on a branch and push it,...
Wrong issue (https://github.com/cirruslabs/cirrus-ci-docs/issues/28), but thanks :) I'll add it to test, but LMK if you change the default and I'll remove.
@bkonyi FYI. Based on the error ("'package:repro_breakpoint_issue_2742/breakpoint.dart' is ambiguous") it seems like the library might be being loaded twice which usually occurs if imported with both `package:` and relative paths...
@bkonyi this same issue came up at https://github.com/Dart-Code/Dart-Code/issues/4015. In this case, it seems to be the presence of a `Mock` class in the file that's triggering it. For example, create...
Interestingly, "Go to Test" in the explorer seems to jump to the "bad" location too. I guess it somehow gets its location from the decorations (so it can also compensate...
> we don't know if the test controller updated the tests as a result of re-discovering their locations, or something unrelated Could you track which fields were set and just...
@connor4312 works great in insiders, thank you! :-)