Conversation
- Remove unnecessary extra word in extension comment
…atic. Fixes crash on windows arm64.
|
@microsoft-github-policy-service agree |
|
Hi, we reviewed this in triage today and are trying to ascertain what is calling |
|
I will attempt to make time to get you this information tonight. Unfortunately, if I can't get to it tonight I'll be traveling and away from my arm devkit for a week so it'll otherwise have to wait. |
PR Summary
PR Context
I am experiencing crashes in the PSES internal host on Windows 11 arm64 (the qualcomm devkit). Here is an error log captured while print debugging showing the error:
I looked through the codebase but unfortunately I wasn't able to figure out where this specific method instance was being accessed from in order to have it search for the static method.
This, along with this pr, resolves the issues I'm experiencing and enables me to use the PowerShell extension for code formatting.