Skip to content

Incorrect coloring of PowerShell call operator line with "#" character in arguments #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sandersaares opened this issue Aug 4, 2017 · 2 comments
Labels
Milestone

Comments

@sandersaares
Copy link

The following line is incorrectly colored:

& $oscdimg -m -o -u2 -udfver102 -bootdata:2#p0,e,b$isoPath\boot\etfsboot.com#pEF,e,b$isoPath\efi\microsoft\boot\efisys.bin $isoPath $outputPath

VS Code treats the first "#" as the start of a comment, whereas it really is just a part of the command arguments passed to the call operator.

See also: https://github.com/PowerShell/vscode-powershell/issues/974

@gravejester gravejester added this to the v2 milestone Sep 4, 2017
@gravejester gravejester self-assigned this Sep 4, 2017
@omniomi
Copy link
Contributor

omniomi commented May 21, 2018

This is related to #62

@TylerLeonhardt
Copy link
Member

TylerLeonhardt commented May 21, 2018

We can close it as a dupe of #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants