-
I know syntax highlighting is a client thing #283, but it would be nice to have a language server that can notify connecting clients about the languages (and maybe keywords or other information about …
-
My question is why it returns ` MaybePromise` rather than `string[]`
Promise makes JDT LS start async. LSs depending on JDT LS (such as Spring Boot) need to be started after JDT LS from `theia/java` …
-
Hi,
I need to add a language extension to Theia by implementing a DSL I created using Xtext. I found [this repo](https://github.com/theia-ide/theia-xtext) but I get so many errors when trying to buil…
-
There are some settings/preferences in the language server extension: jvm heap max heap size and java home path. These are used to launch language server jar using a specific JVM with -Xmx arg value.
…
-
It was a bad idea to print all the Theia extensions to the console.
```
- Checking @theia/bunyan...
- Checking @theia/callhierarchy...
- Checking @theia/console...
- Checking @theia/core...
…
-
A Theia extension for yaml using the YAML language server.
https://github.com/redhat-developer/yaml-language-server
-
It would be awesome to have a Theia extension for Vue.js language support.
Maybe we can use https://github.com/vuejs/vetur, which contains TM grammars and a language server.
-
### Sprint Goals:
1. Make execs work on Openshift
2. EclipseCon Europe Workshop
3. Extend Plugin API with Che API
4. Finalize APIs: TreeView, WebView, Languages
## 1. Make execs work on Opens…
-
There will be a release of Theia tomorrow, where something close to the current "next" version will become "latest", presumably breaking also "latest" of yangster.
```
$> bash theia-version.sh nex…
-
Hi,
I need to add a language extension to Theia by implementing a DSL I created using Xtext. I found [this repo](https://github.com/theia-ide/theia-xtext) but I get so many errors when trying to buil…