-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot find problemMatcher when isBackground: true #1
Comments
I don't have a proper fix for this yet, it is still on my TODOs. A work around for now would be to tick the "Remember my choice for this task" and then clicking Debug Anyway. I think it has to do with the way the $msCompile matcher works with background tasks |
After a few attempts, this seems to work.
|
but problem matcher is not working properly maybe,, |
I tried what you are suggesting in Orchard Core and I had no success with the problem matcher. Still have the same issue. I'm not sure if I should invest time finding a solution for that or wait on the VS Code team to implement it directly in VS Code. To me, using this extension right now is the best compromise. |
Thanks a lot for your efforts! I've updated the extension so it is no longer neccesary to use |
I'm trying to implement your solution in Orchard Core project. So far it's working but I'm getting this small issue when I try to start the launcher on the project. When I remove the
"isBackground": true,
it finds the proper problemMatcher but else it shows me this modal that requires me to click "debug anyway" every time. But everything works apart from that.Let me know if you have an idea. Thanks.
See : OrchardCMS/OrchardCore#10881
The text was updated successfully, but these errors were encountered: