Danny Tuppeny
Danny Tuppeny
Yes, this is exactly what I was looking for. It's not VS Code, because the request on the server itself took 4.3s in the screenshot above. However, it looks like...
Thanks - nothing more for now, but I'll do some digging into this. While looking at the Fix All handler to see why it was 5s but that time wasn't...
@FMorschel did you manage to try excluding this folder from antivirus to see if it makes a difference? If not, can you get a new screenshot of the timings above...
Changing branches will result in a lot of code to reanalyze in a short space of time so I would expect that to take a little while, though whether 50s...
@FMorschel is there anything to do here? If the remaining issue is that analysis after changing branches is slow, we should track/discuss that in the SDK tracker since it's not...
> but with the advent of workspaces I just opened https://github.com/dart-lang/build/issues/3806 which maybe overlaps a little. But my idea wasn't to restrict it to a single Pub workspace, but rather...
This appears to be a VS Code issue. This features is implemented "client-side" by VS Code. It simply withholds the triggered breakpoint from us until the first one is hit....
I'll also note that there are two ways to restart a debug session too - a full restart handled by VS Code (which is what happens for Dart above), and...
This was fixed in VS Code.
I presume the error you're expected to see is "unable to find directory entry in pubspec.yaml"? On the machine without the error message, does the error message show if you...