If I remove the dot in $ModuleResults.Installed it clears up.
If I remove the comma inside of the quotes, you can see that it clears up the rest of the syntax outside of the double quotes, but the -join ' ' is still wrong.
Removing the double quotes still has all following syntax broken.
This just started happening in the latest Code Insiders 7/27
Sample Code
Here is how it looks by default
If I remove the dot in
$ModuleResults.Installed
it clears up.If I remove the comma inside of the quotes, you can see that it clears up the rest of the syntax outside of the double quotes, but the
-join ' '
is still wrong.Removing the double quotes still has all following syntax broken.