Closed mathew-ferry13 closed 6 years ago
The command below is valid powershell syntax, but the highlighting does not believe the string is terminated:
$ErrMsg = $(docker-machine ls --filter name=MachineName --format "{{.Error}}")
Looks like https://github.com/PowerShell/EditorSyntax handles it correctly. We are planning to switch to their grammar soon. Stay tuned.
The command below is valid powershell syntax, but the highlighting does not believe the string is terminated:
$ErrMsg = $(docker-machine ls --filter name=MachineName --format "{{.Error}}")