Marc Dumais
Marc Dumais
### Feature Description: Before Theia joined the EF, we had the [theia-apps repo](https://github.com/theia-ide/theia-apps). Because of its popularity and diversity of contributors, it's a hard repo to re-license, making it difficult...
### Bug Description: Links we use in a few places, to provide downloads from our project storage area, seem to lag behind for some time, serving an older version of...
### Feature Description: Now that we have packages for multiple operating systems, for that Electron version of Blueprint, it would be desirable to also have some sort of packaged browser...
I noticed we still have what seems to be preferences to `@theia/cpp`, which we no longer use. These can probably be removed, unless we think some `vscode-clangd` preferences would be...
Follow-up to #258 I expect we'll need to do a bit more work before C/C++ debugging works in `theia-full` and `theia-cpp-docker`: - install GDB in the images - document that...
### Bug Description: Theia no longer supports node 14: https://github.com/eclipse-theia/theia/pull/12169 I noticed that we still seem to use node 14 on the Windows agent, in our Jenkins pipeline. I am...
Hi, Interesting project. I do not see that the license of this repo's code is stated anywhere. Would it be possible to add this information. e.g. a `LICENSE` file in...
Is there an easy alternative to building `dash-licenses` from sources? I'd like to have it run as part of our project's CI, and would rather not have to build it...
As proposed here: https://github.com/eclipse-theia/vscode-builtin-extensions/pull/126#issuecomment-1901048067 This PR removes the two old obsolete workflows (that would build and publish the build-ins automatically every night), and adds one as per above that runs...
ATM our two main workflows (1) are triggered by two things: - nightly cron job - whenever we merge something to branch `master` It would be valuable to have these...