-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Some Theia settings have no effect, problematic decriptions, or are ignored on startup #1077
Comments
Thanks for your report @boundmaidlea! I did an investigation and my findings are as follows: The following settings have been fixed upstream in the Eclipse Theia repository by eclipse-theia/theia#11711. So these will also be fixed in Arduino IDE once the Theia dependency is bumped to the one with the fix:
I can reproduce I can reproduce I found that I found that I was not able to reproduce the problem reported with The description of
It is mentioned in the
|
This issue was partially resolved by #1662 The remaining unresolved components:
|
As I explained above, most of the reported problems were fixed upstream in Theia and those fixes have now been pulled into Arduino IDE via #1662. A new issue has been created to track the remaining problems reported here: #1733 So I will close this as resolved. Thanks @boundmaidlea! |
Describe the problem
Settings
have no effect at all, even though it would be desirable to have these settings changable, and
breadcrumbs.enabled
only works in specific circumstances, but otherwise doesn't fulfill any actual purpose atm (showing the file's path), even though it could.The settings
will be saved in the settings.json file, but are not read on startup and need to be re-set in the settings to take effect.
Further the description of the
editor.language.colorizedBracketPairs
setting's description statesEven though the
workbench.colorCustomizations
setting is not supported by this IDE at the moment.The description of
application.confirmExit
seems to assume that the app runs in browser even if it doesn't.To reproduce
Preferences: Open Settings (UI)
commandExpected behavior
all mentioned settings do what they are described to do and vice versa.
Arduino IDE version
2.0.0-rc7-nightly-20220615
Operating system
Windows
Operating system version
10.0.19044.1706 Pro
Additional context
My Nightly Build is 4 days old, but the 3 commits since then do not have any relations to this issue.
Issue checklist
The text was updated successfully, but these errors were encountered: