-
I have been looking for a webbased vs code app for a while. Theia looks great.
Is there a way to reuse existing vscode extensions? There are a few I can't work without like [vetur](https://github.…
-
### Description
While working on deploying the VS Code extension as a remote plugin I faced the case that isn't covered by the current VS Code plugin broker [1] behavior. It deploys a plugin only whe…
-
I'm currently working on a extension for Xtext syntax highlighting. :-)
The VS code extension works already and now thought I may try to create a Theia extension too. Unfortunately, the generator did…
-
Would it be possible to create an example that doesn't depend on using Node.js to serve the content?
What I'm imagining is some pure JavaScript code that converts between Monaco and LSP types and t…
-
Provide Typescript Language extension as a plugin
Depends on https://github.com/eclipse/che/issues/11468
@svenefftinge I believe the thinking is to keep Typescript/Theia support in the main repo…
-
```
yarn install v1.9.4
info No lockfile found.
[1/4] Resolving packages...
warning @theia/callhierarchy > @theia/core > inversify@4.14.0: Re-Released as 5.0.1
warning @theia/callhierarchy > @the…
-
We'd like to have Golang support in Che 7. There is a Golang plugin for VSCode. We should investigate whether we can run the Golang plugin in Theia as it exists now.
As we currently don't have a plu…
-
### Description
This issue is about implementing a wrapper (in the form of a npm library) that allows using [VSCode language client](https://www.npmjs.com/package/vscode-languageclient) to support …
-
Saving exp is very slow with https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go and https://github.com/demo-apps/go-gin-app repo
Also auto formatting on save does not work always, but…
-
I've created a `yeoman` generator to easily build the scaffold of a widget contribution in Theia.
This allows users to easily setup the base of what's needed to easily create a widget in Theia,
and…