-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add info to exception message for debugging #13655
Conversation
Test this change out locally with the following install scripts (Action run 8329672150) VSCode
Azure CLI
|
0c7431c
to
6dfea49
Compare
6dfea49
to
738b39e
Compare
this.parentMap = parentMap; | ||
} | ||
|
||
public static ISyntaxHierarchy Build(SyntaxBase root) | ||
public static ISyntaxHierarchy Build(SyntaxBase root, BicepSourceFile? sourceFile = null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Order of parameter sourceFile is inconsistent with constructor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, should have clarified - this PR is just to kick off a build, I'm not planning on merging it. Doesn't look like I'm able to reject my own PR, which would have helped.
Closing as we were able to identify the problem. |
Created to help with debugging of #13618.
Microsoft Reviewers: Open in CodeFlow