-
Notifications
You must be signed in to change notification settings - Fork 142
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
Extension breaks other extensions due to using Regexp shim #853
Comments
I'm also seeing. |
It breaks my extension too: Release-Candidate/vscode-scheme-repl#20 The problem for me are the valid flags The stack-trace from "OUTPUT" of "Extension Host":
|
Also happens for my extensions "LeoJS" https://github.com/boltex/leojs . Specifically, I'm getting the "Invalid flags: dgm" error messages, which renders my extension somehow unresponsive! |
This also happens in my extension Regex Match, which uses the Reported in pedrohenrique-ql/vscode-regex-match#95. The error:
|
This is also breaking my extension. Upstream issue: rbuckton/regexp-match-indices#15 Better yet, just not use the dependency, since the shim is no longer necessary, I assume? It's absurd that this sort of thing can happen at all, you'd think extensions should run isolated from each other? Is there any way to ensure I'm using vanilla RegEx/Array? |
After reviewing an error for a different extension, it was determined that the extension was broken due to TODO Tree.
From the other extension author:
This particular usage here:
todo-tree/src/highlights.js
Line 2 in a6f60e0
The text was updated successfully, but these errors were encountered: