We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e050c commit a8d114cCopy full SHA for a8d114c
dwds/lib/src/services/chrome_proxy_service.dart
@@ -987,10 +987,8 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
987
return (await debuggerFuture).pause();
988
}
989
990
- // Note: Ignore the optional local parameter, it is there to keep the method
991
- // signature consistent with the VM service interface.
992
- // TODO(https://github.com/dart-lang/webdev/issues/2198): Add support for g3-
993
- // relative URIs, and support the `local` parameter.
+ // Note: Ignore the optional local parameter, when it is set to `true` the
+ // request is intercepted and handled by DDS.
994
@override
995
Future<UriList> lookupResolvedPackageUris(
996
String isolateId,
0 commit comments