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
Within an attribute like [parameter()] the options don't highlight unless in key=value pairs.
[parameter()]
Should highlight when called alone.
[Parameter(ValueFromPipeline, ValueFromPipelineByPropertyName, ParameterSetName='File')] [string]$Path,
The text was updated successfully, but these errors were encountered:
Isn't it nice to have inlined repro :)
Sorry, something went wrong.
Merge pull request #117 from kborowinski/master
6f54386
Fix #116 and add support for SupportsPaging attribute
Successfully merging a pull request may close this issue.
Environment
Issue Description
Within an attribute like
[parameter()]
the options don't highlight unless in key=value pairs.Screenshots
Expected Behavior
Should highlight when called alone.
Code Samples
The text was updated successfully, but these errors were encountered: