You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great, thank you! Is there any way to apply the expression evaluation as a default for the "locals" variables? I could be misunderstanding but to get a hex view I need to add the variable to my watch window and then apply the ",h" evaluation. Was wondering/hoping there was a way to do this by default for all variables.
Unfortunately VS Code doesn't have any UI to toggle between hex and decimal output. There is a feature request to enable this if you want to go "+1" it -- microsoft/vscode#28025
The one possible work around (besides adding things you want to look at to the watch window and adding the ',h' specifier) -- if you mostly run into this with a particular variable/field/property, you could wrap that variable and a struct like below.
Environment data
dotnet --info
output:VS Code version:
C# Extension version:
Steps to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: