Some Cmdlets are not color coded like they are supposed to in the editor pane of VSCode with default or any theme,
Cmdlets with issue - Tee-Object, Where-Object, Sort-object, could be more
A catch here could be all these cmdlets with coloring issues have an Alias same as the "Verb" in the Verb-Noun Syntax of the cmdlet, like Sort for Sort-Object
Run below one liner from vs code and see the difference in color of some cmdlets -
System Details
$PSVersionTable
:Issue Description
Some Cmdlets are not color coded like they are supposed to in the editor pane of VSCode with default or any theme,
Cmdlets with issue - Tee-Object, Where-Object, Sort-object, could be more
A catch here could be all these cmdlets with coloring issues have an Alias same as the "Verb" in the Verb-Noun Syntax of the cmdlet, like Sort for Sort-Object
Run below one liner from vs code and see the difference in color of some cmdlets -