fix issue #7556 turn "Language for 'X' not found" to warnings#8938
fix issue #7556 turn "Language for 'X' not found" to warnings#8938amiramw merged 1 commit intoeclipse-theia:masterfrom ronabet:7556
Conversation
|
why is the grouping to array needed? |
In order to connect all the errors to one string (warning). |
why do they need to be in one string? can't there be several warnings? |
also a possibility, @akosyakov offered to report them once. |
I would prefer to just change error to warning and avoid extra complexity |
updated |
|
@ronabet please change your commit subject/description to something that explain what it does and not only to have the issue id |
warnings Signed-off-by: Ron Nabet <ron.nabet@sap.com>
amiramw
left a comment
There was a problem hiding this comment.
Tested it and "Language for 'X' not found" are now logged as warnings
Signed-off-by: Ron Nabet ron.nabet@sap.com
What it does
Fixes #7556
Converts all errors from the same built-in extension (languages) to warnings.
How to test
Start Theia from master.
Review checklist
Reminder for reviewers