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

Make scope capture substitution regex global #148

Merged
merged 2 commits into from
Mar 23, 2021

Commits on Feb 27, 2021

  1. Make scope capture substitution regex global

    Add the global modifier to the regex that handles scope name capture
    substitutions for instances where more than one substitution exists.
    
    Fixes microsoft#147
    msftrncs committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    357b599 View commit details
    Browse the repository at this point in the history
  2. Provide test for microsoft#147

    Implements a test for issue microsoft#147, to insure that multiple substitutions
    on a single scope specification are handled.
    msftrncs committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    30759cc View commit details
    Browse the repository at this point in the history