-
Need to implement a way to communicate between the plugin and Theia via `IConnection`.
It should be a general solution for different implementations of Language Server and Debug Adpater to make it po…
-
Hi
Is it possible to give a few pointers on how to add a formatter and how to make a perl file extension like .html.ep be viewed as html?
If I can get anything descent out of it, a PR will follow.
-
There is no proper naming convention for Che plugins yet. This is issue is to propose one. The goal is to make something simple but still powerful, more similar to the VS Code extensions naming conven…
-
### Description
I'm writing Golang code for Che plugin brokers and some other Che maintainers also write Golang code for different agents and stuff like that.
Unfortunately, we don't have code intel…
-
# Availability
Who | available | x0.6 | planned
-- | -- | -- | --|
@tsmaeder | 5 | 3| 3.5
@tolusha | 12 | 7 | 4.5 d
@svor | 12 | 7 | 5.5
@vrubezhny | 12 | 7 | 7
# Candidate Issues
- [x] Ch…
-
Read up on (and try) the [Microsoft VS Code plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) and document what it offers beyond standard language server and debugger capa…
-
### Description
latest next build git error
### Reproduction Steps
**OS and Theia version:**
```log
@theia/core 0.5.0-next.e1b5a60f
@theia/output 0.5.0-next.e1b5a60f
@theia/process 0.5.…
-
Package vscode-yaml extension as a Che 7 plugin and publish it to the plugin registry.
Write down the necessary steps as part of Che 7 documentation. I believe @l0rd would know where to put the doc…
-
The Java language server seems to expect a couple of commands to be available on the client.
For example, on first start when the classpath is incomplete, we see a message with three options.
…
-
When I write a new VSCode extension, I will likely write it against the latest available version of the API, because it is pretty annoying to find out the right set of version numbers of individual np…