Skip to content

Invalid Anchor in JS Regular Expression #33

Description

@solidsnack

Description

An invalid anchor prevents configuration blocks in .ssh/config from being matched and cleaned up.

One line 207, there is a \Z, which matches EoF in Perl or Python regexen but is not a special syntax in JavaScript -- it just matches a Z.

Environment

  • Editor: VSCodium
  • Extension version:
  • OS: Mac
  • Docker version:

Additional Context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions