-
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
task config parsing errors are not handled properly #6482
Comments
elaihau
added
bug
bugs found in the application
tasks
issues related to the task system
labels
Nov 2, 2019
2 tasks
elaihau
pushed a commit
that referenced
this issue
Nov 4, 2019
- With this change, Theia updates the task schema on task definitions are registered & unregistered. And users get content assist while they enter task configs in the editor. - first step of #6482 Signed-off-by: Liang Huang <[email protected]>
This was referenced Nov 4, 2019
elaihau
pushed a commit
that referenced
this issue
Nov 8, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 8, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 8, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 8, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 8, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 12, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 12, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 12, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 12, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
elaihau
pushed a commit
that referenced
this issue
Nov 12, 2019
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes #6482 Signed-off-by: Liang Huang <[email protected]>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
- not display the invalid task configurations in the list of tasks. - displays a warning message to inform users if Theia finds invalid task configuration(s) in tasks.json. - fixes eclipse-theia#6482 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
In the current version of Theia, the invalid task configs from
tasks.json
, although not successfully parsed, are still added to the list of tasks.Theia should handle those errors properly.
Reproduction Steps
tasks.json
- it could be as simple as an empty object{ }
Expected: the invalid task should be hidden from the user
What happened:
undefined: undefined
shows up in the list of tasksOS and Theia version:
Ubuntu 18.04. Example browser
Version 05f2e07
The text was updated successfully, but these errors were encountered: