From a8d114c5fecd251657220368f2be4b9d2c044681 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:45:09 -0700 Subject: [PATCH] Update the comment for lookupResolvedPackageUris --- dwds/lib/src/services/chrome_proxy_service.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dwds/lib/src/services/chrome_proxy_service.dart b/dwds/lib/src/services/chrome_proxy_service.dart index 412a4d32c..422d1bcf6 100644 --- a/dwds/lib/src/services/chrome_proxy_service.dart +++ b/dwds/lib/src/services/chrome_proxy_service.dart @@ -987,10 +987,8 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension( return (await debuggerFuture).pause(); } - // Note: Ignore the optional local parameter, it is there to keep the method - // signature consistent with the VM service interface. - // TODO(https://github.com/dart-lang/webdev/issues/2198): Add support for g3- - // 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. @override Future lookupResolvedPackageUris( String isolateId,