Skip to content

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Dec 1, 2022

This will be used to determine which panels to load in the Dart Debug Extension.

@elliette elliette requested a review from annagrin December 1, 2022 18:19
Copy link
Contributor

@annagrin annagrin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM is a small nit comment

@@ -181,7 +181,8 @@ Future<void>? main() {
..appOrigin = window.location.origin
..appUrl = window.location.href
..extensionUrl = windowContext['\$dartExtensionUri']
..isInternalBuild = windowContext['\$isInternalBuild'])));
..isInternalBuild = windowContext['\$isInternalBuild']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: maybe make consitent with the use below, i.e. r'$dartExtensionUri',r'$isInternalBuild', etc?

@elliette elliette merged commit e75c45e into dart-lang:master Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants