Alex Rattray (Stripe)
Alex Rattray (Stripe)
FWIW the `**/` workaround does not seem to work for me, at least via VS Code.
It looks like the api docs for the main package are here: https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/index.md other packages here: https://github.com/inikulin/parse5/blob/master/docs/list-of-packages.md
Gotcha; this implies that GitLens could indeed build this feature, correct? Would you be interested in that?
@michaelgmcd Looks like I'm on `Dark+ (default dark)` – is that supported? (Note that it has the same issue on `Solarized dark`)
I do get the same result as you (it seems less broken), though it too is broken with the "Bracket Pair Colorizer" extension that I have: Note the closing `})`...
@michaelgmcd any update here?
Difficult or annoying? 😉 Perhaps display `"... and 1337 others"` when n > 100 ? Though if you're using `codemod` to go line-by-line through thousands of files... you might appreciate...
`"y = yes, n = no, m = modified only"` maybe could be "y = yes, n = no, m = modified only, c = clipboard" where `clipboard` copies the...
@joshpeng sorry for the delay. The default VSCode syntax highlighter also doesn't handle this correctly, if that's what you mean. Other highlighters like vim (and, it seems, github's) don't seem...