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
Description
An invalid anchor prevents configuration blocks in
.ssh/configfrom 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 aZ.Environment
Additional Context
\Zas an anchor.IdentityEscape