-
Notifications
You must be signed in to change notification settings - Fork 238
Enable Windows Arm64 #2237
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
base: main
Are you sure you want to change the base?
Enable Windows Arm64 #2237
Conversation
- Remove unnecessary extra word in extension comment
…atic. Fixes crash on windows arm64.
@tsmarvin please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@microsoft-github-policy-service agree |
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.