-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support legacy problem matchers #6567
Comments
tolusha
added
tasks
issues related to the task system
vscode
issues related to VSCode compatibility
labels
Nov 18, 2019
@tolusha what's the difference? |
vs
|
the current schema is
and therefore "an array of objects" is not supported. I can added the support. |
@elaihau |
8 tasks
elaihau
pushed a commit
that referenced
this issue
Nov 25, 2019
- resolved #6567: With this change Theia support users defining a collection of problem matchers in tasks.json - added json schemas to validate the user-defined problem matchers in tasks.json - fixed the bug with task's schema to allow configured tasks and customized detected tasks in the same tasks.json Signed-off-by: Liang Huang <[email protected]>
1 task
26 tasks
elaihau
pushed a commit
that referenced
this issue
Nov 26, 2019
- resolved #6567: With this change Theia support users defining a collection of problem matchers in tasks.json - added json schemas to validate the user-defined problem matchers in tasks.json - fixed the bug with task's schema to allow configured tasks and customized detected tasks in the same tasks.json Signed-off-by: Liang Huang <[email protected]>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
- resolved eclipse-theia#6567: With this change Theia support users defining a collection of problem matchers in tasks.json - added json schemas to validate the user-defined problem matchers in tasks.json - fixed the bug with task's schema to allow configured tasks and customized detected tasks in the same tasks.json Signed-off-by: Liang Huang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There is a task which comes from quarkus extension [1] and it is invalid due to the error regarding
problemMatcher
:It seems Theia
problemMatcher
scheme is different from VS Code one [3][1] https://github.com/redhat-developer/vscode-quarkus
[2] https://github.com/eclipse-theia/theia/blame/master/packages/task/src/browser/task-schema-updater.ts#L215
[3] https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/contrib/tasks/common/jsonSchemaCommon.ts#L37
The text was updated successfully, but these errors were encountered: