-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Investigate bumping Theia dependency to 1.30.x #1655
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: infrastructure
Related to project infrastructure
topic: theia
Related to the Theia IDE framework
type: enhancement
Proposed improvement
Comments
per1234
added
topic: code
Related to content of the project itself
topic: infrastructure
Related to project infrastructure
topic: theia
Related to the Theia IDE framework
type: enhancement
Proposed improvement
labels
Nov 9, 2022
@91volt, Theia |
kittaakos
pushed a commit
that referenced
this issue
Nov 10, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Nov 10, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Nov 10, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Nov 10, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Nov 11, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Nov 14, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Nov 22, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Nov 23, 2022
Closes #1655 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
added a commit
that referenced
this issue
Nov 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: infrastructure
Related to project infrastructure
topic: theia
Related to the Theia IDE framework
type: enhancement
Proposed improvement
Describe the request
Investigate the updating the version of the
@theia
package dependencies used by Arduino IDE to 1.30.xBumping the Theia version is likely to cause regressions, subsequent code changes may be required. Therefore this initial investigation task is needed as the first "phase" of the work to actually update the dependency.
Expected outcome
A clear breakdown of the major regressions when bumping the Theia version in IDE 2.x to 1.30.x, and a general estimate of overhead to resolve them.
🙂 It will be more clear how much work will be required to accomplish the dependency update and what previously unrecognized complications might be encountered.
Describe the current behavior
Arduino IDE 2.x is built on the Eclipse Theia IDE framework.
The Theia version currently in use in the Arduino IDE project is 1.25.0. Eight releases of Theia have been made since that time, which include significant advancements and relevant bug fixes.
🙁 At present we have outstanding issues that don't make sense to investigate until we've updated Theia as related behavior may differ between versions.
Arduino IDE version
3a70547
Operating system
All
Operating system version
Any
Additional context
Issues that may be resolved by a 1.30.x bump:
Issues that will only be resolved by a bump to >=1.31.0
editor.hover.delay
setting not used by new windows #571Issue checklist
The text was updated successfully, but these errors were encountered: