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

TaskQueue: Error running task. Invalid regular expression: #3519

Closed
xndyz opened this issue Feb 24, 2019 · 5 comments
Closed

TaskQueue: Error running task. Invalid regular expression: #3519

xndyz opened this issue Feb 24, 2019 · 5 comments

Comments

@xndyz
Copy link

xndyz commented Feb 24, 2019

Not sure how to reproduce this, but I've tried reinstalling the extension multiple times. It started happening after reopening vscode:

TaskQueue: Error running task. Invalid regular expression: 
/([^\s`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?](?:(?:(?<=[A-Z_])[A-Z](?=[\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|(?:(?<=[0-9_])[0-9](?=[\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|(?:(?<=[_])[_](?=[\s`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|[^\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]*))|[`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?]+|$^/: Invalid group.

It completely crashes and I'm unable to toggle in and out of Vim mode to insert text.

@cart
Copy link

cart commented Feb 25, 2019

I'm hitting the same problem

@cart
Copy link

cart commented Feb 25, 2019

Updating to 1.31.1 fixed the issue for me

@lkwilson
Copy link

I also had the same problem, and updating VS Code to 1.31.1 also fixed the issue for me.

@xndyz
Copy link
Author

xndyz commented Feb 25, 2019

Looks like VSCode didn't auto update, so I ran:

sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt

And was able to update after. Then it was fixed.

@xndyz xndyz closed this as completed Feb 25, 2019
@cloudbring
Copy link

Just had the same issue on Windows 10 64bit and upgrading to 1.31.1 fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants