Danny Tuppeny
Danny Tuppeny
@yahu1031 @samyakkkk @tomgilder sorry for the delay with this. I'm currently looking at exposing a better API that will be supported (with the goal of ultimately hiding all the internals)....
@samyakkkk ah, sorry to hear! I'll proceed with the changes to add SDKs + DTD URI (PR at https://github.com/Dart-Code/Dart-Code/pull/5583) and consider this done for now (we can file new issues...
I've merged the change to add the SDKs and DTD URI. I've opened https://github.com/Dart-Code/Dart-Code/issues/5587 to track removal of the old APIs, which includes a list of known extensions and which...
@scheglov it's been a while, but do you recall if there was a reason not to use a `group()` call for the test class here: https://github.com/dart-lang/tools/blob/a0dda7e50bcd99fd3be8512cf546d872ba39e046/pkgs/test_reflective_loader/lib/test_reflective_loader.dart#L153-L164 Currently the tests just...
> I don't have any specific arguments against using `group()`, as long as this does not break my workflow :-) Great - then I might try changing this and confirm...
I made a draft PR at https://github.com/dart-lang/tools/pull/2107 that includes as change to use groups. Not a priority, but would like your input/opinion when you have time :-)
@kenzieschmoll I can't repro this - for a Dart-only project I still see these options: The Dart versions of the commands are defined in here: https://github.com/Dart-Code/Dart-Code/blob/6e78541d09fa2e1aa20c12cbd5d3c382dfc1294d/package.json#L655-L668 We do currently only...
@bwilkerson > Oh! There's a "Dart: Open DevTools" command. I missed that when I read the docs. > > So I tried it and both that and "Dart: Open DevTools...
> I don't know whether it matters, but I don't think I had any app running when I tried them on Friday. Ah, it does. We don't currently support \*...
@kenzieschmoll > When running DevTools inside your IDE (or launching the IDE-started DevTools in the browser), clicking on the link should navigate to the code directly in your IDE. Does...