Skip to content
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

(GH-1458) Remove region folding from non-region areas #1467

Merged

Commits on Aug 6, 2018

  1. (PowerShellGH-1458) Remove region folding from non-region areas

    Previously all of the folding ranges were either Region or Comment, however this
    is confusing e.g. a Here String is neither a region or a comment.  The VS Code
    API does state that the range kind property is optional.  This commit changes
    the range kind for braces, parentheses and here strings to be null, that is,
    neither a region or comment range. This makes editor commands like
    'Fold All Regions' behave as a user expects.
    glennsarti committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    faf5f70 View commit details
    Browse the repository at this point in the history