eclipse-cdt-cloud / cdt-cloud-blueprint

CDT Cloud Blueprint is a template for building custom web-based C/C++ tools. It is made up of existing open source components and can be easily downloaded and installed on all major operating system platforms.
MIT License
22 stars 11 forks source link

Update to Theia version 1.40.1 #67

Closed sgraband closed 9 months ago

sgraband commented 10 months ago

What it does

Merge Theia Blueprint update to 1.40.0

Update Theia versions to 1.40.0

Update to 1.40.1

Update theia-traceviewer to newest version

Fix linting issues

Fix tests

Bundle examples with webpack This makes sure that they are available during runtime. Use _dirname instead of module.path as the latter doesn't work.

Contributed on behalf of STMicroelectronics

sgraband commented 9 months ago

I update the latest commit. The three issues you mentioned should now be fixed.