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
Would it be possible to show properties for objects?
In the vscode api proposal issue they showed inline demo like varname = object { prop: value, anotherProp : array[2] }. Maybe we could show the default string-output format for pscustomobjects (ex output of "$((dir)[0] | select *)")
Or make inline-value show the referenced property-value. Currently shows variable "var" even if line only uses $var.SomeProp