Skip to content
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

Fix missing s32 format specifier support #1431

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

nikitalita
Copy link
Contributor

@nikitalita nikitalita commented Dec 21, 2023

https://learn.microsoft.com/en-us/visualstudio/debugger/format-specifiers-in-cpp?view=vs-2022
the s32 and s32b format specifiers for unicode 32-bit strings were not being parsed, I have added them.

@nikitalita nikitalita changed the title Fix s32 format specifier support Fix missing s32 format specifier support Dec 21, 2023
@WardenGnaw
Copy link
Member

@nikitalita Thank you for your contribution!

We will try to target this for the next VS Code C++ Extension and VS release.

@WardenGnaw WardenGnaw merged commit 2a0f9ef into microsoft:main Dec 21, 2023
6 checks passed
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.

3 participants