Closed planger closed 1 year ago
@vinodappu Could you please test this PR and verify that the generation of examples also works for you with this change? Thank you!
@vinodappu confirmed it works on Windows too! See https://github.com/eclipse-cdt-cloud/cdt-cloud/discussions/29#discussioncomment-4923298
What it does
As we've updated Theia, we can now rely on
FileUri.fsPath
andURI
to compute file paths. This should also avoid OS-specific issues across Linux, Windows and Mac (e.g. #49).Fixes https://github.com/eclipse-cdt-cloud/cdt-cloud-blueprint/issues/49 Contributed on behalf of STMicroelectronics.
How to test