-
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
fix issue #7556 turn "Language for 'X' not found" to warnings #8938
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. |
packages/plugin-ext/src/main/browser/plugin-contribution-handler.ts
Outdated
Show resolved
Hide resolved
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 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it and "Language for 'X' not found" are now logged as warnings
Signed-off-by: Ron Nabet [email protected]
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