Miro Spönemann
Miro Spönemann
I don't think we can simplify that in the general case because debug adapters depend on the execution runtime of your language. There are two main scenarios: 1. You generate...
IMO there are still important use cases for an interpreter: - Custom widgets showing live results for DSL text - Security: you might not want to send the generated JS...
FYI any other license, including proprietary, is ok too as long as it does not require users to pay anything. But of course a standard open source license is the...
You mean in the https://github.com/open-vsx/publish-extensions repository? Yes, you can add pre-publish shell scripts there.
theia-ide.org is currently hosted on Netlify by TypeFox. It would be better to use something where more core committers / project leads have access to. I think it would be...
@JonasHelming WDYT of creating a new Netlify team for theia-ide.org and giving access to one representative from each involved organization? Could the WG cover the monthly cost (~100$)? If that's...
Maybe we're just missing to show that flag in the current frontend version, I'll check that.
You could use `mvn install` to install the PR state into your local Maven repository and then add `mavenLocal()` to this project's repositories in Gradle.
Behavior is still not as I would expect: * Open example02.multicore * Open with Flowdiagram and move widget to the right * Select `step 11` in the editor (l. 217)...
I removed the center action in #63. I'll put it into a separate method to make it better configurable.