Skip to content

Where-Object is not highlighted correctly #22

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
pcgeek86 opened this issue Sep 9, 2016 · 5 comments
Closed

Where-Object is not highlighted correctly #22

pcgeek86 opened this issue Sep 9, 2016 · 5 comments
Assignees
Labels
Milestone

Comments

@pcgeek86
Copy link

pcgeek86 commented Sep 9, 2016

Check out Where-Object in this screenshot / example.

image

function Clear-JunctionLinks {
    [CmdletBinding()]
    param (
    )

    Get-ChildItem -Path $env:TEMP -Directory | Where-Object -FilterScript { }
}

Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86

@pcgeek86
Copy link
Author

pcgeek86 commented Sep 9, 2016

@gravejester I noticed you mentioned a series of "test scripts" in #16. Can you add this scenario to those?

@gravejester
Copy link
Contributor

@pcgeek86 Yes, I'll add these as well. Thank you :)

@pcgeek86
Copy link
Author

@gravejester Thank you sir -- hoping the syntax highlighting becomes world-class in VSCode! :)

@daviwil daviwil changed the title Incorrect highlighting in pipeline Where-Object is not highlighted correctly Nov 29, 2016
@MovGP0
Copy link

MovGP0 commented Apr 24, 2017

see also #39

@gravejester gravejester added the bug label Sep 4, 2017
@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

Resolved as of #94

@omniomi omniomi closed this as completed May 21, 2018
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