We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This is related to #62
Sorry, something went wrong.
We can close it as a dupe of #62
No branches or pull requests
The following line is incorrectly colored:
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
The text was updated successfully, but these errors were encountered: