Questions tagged [eclipse-che]

Eclipse Che is an open source developer workspace server and cloud IDE.

Eclipse Che is an open source developer workspace server and cloud IDE.

174 questions
0
votes
0 answers

The deployment of eclipse_che failed in kubernetes in multi user mode

I use the helm installation provided at https://www.eclipse.org/che/docs/kubernetes-multi-user.html with the custom values below : global: cheNamespace: "bmap" multiuser: true serverStrategy: "single-host" ingressDomain:…
0
votes
1 answer

How to create a new plug-in to Theia or Che-theia IDE?

How to create plug-in (not extension) for Che-theia (Theia integrated in Che) or Theia standalone ?
sunix
  • 323
  • 1
  • 3
  • 8
0
votes
1 answer

How to build Che Theia image with my own changes?

I have cloned Theia and made some changes and I would like to provide a patch to a specific version of Theia, or I would like to test a specific branch in Theia repo or I have written a Theia extension or plugin and want to have theses one by…
sunix
  • 323
  • 1
  • 3
  • 8
0
votes
1 answer

How to update Theia image with patches to avoid upgrading Theia version?

eclipse/che-theia image is based on a specific version of Theia. How to include changes to the current version when we can't wait for the next Theia release ?
sunix
  • 323
  • 1
  • 3
  • 8
0
votes
1 answer

How to update Theia version, used in the image?

When building eclipse/che-theia docker image https://github.com/eclipse/che/tree/master/dockerfiles/theia, how to specify a specific version of Theia to be used ?
sunix
  • 323
  • 1
  • 3
  • 8
0
votes
1 answer

What Theia image to use inside Che?

https://github.com/eclipse/che, upcomming che 7 could use Theia as the default editor. Which docker image and which tag is to be used ?
sunix
  • 323
  • 1
  • 3
  • 8
0
votes
0 answers

Implementing a Language Server for Antlr4-based custom-made language

I have a simple Antlr4-based project that I have created by following the README provided in this repo. I want to implement the grammar rules that I've built into a language server that I can integrate with the Eclipse Che IDE. Here is the Antlr4…
SharkJ
  • 49
  • 1
  • 12
0
votes
1 answer

Binary file of ANTLR

When I create a Xtext Language server, I can build it and get a .jar file. When it comes to Antlr, how do I generate a binary file with all dependencies? I created an Antlr project in Eclipse and this is the file structure that is generated. I once…
SharkJ
  • 49
  • 1
  • 12
0
votes
1 answer

Fat Jar to Implement a Language Server

I am trying to build a language server to be implemented as a sidecar for eclipse che. I built a fat jar from a xtext language server that I've created. Can I use this fat jar to implement my language server in a dockerfile in order to run my…
SharkJ
  • 49
  • 1
  • 12
0
votes
1 answer

Failed to start/test Eclipse Che workspace using multi-machine stacks

Eclipse Che version: 6.11.0 Started as docker container; multi-user mode; I tested with several of the predefined multi-machine stacks with mysql db config, if the test run begins with the db machine, it seems to hang there forever, never proceeds…
carusyte
  • 1,549
  • 17
  • 21
0
votes
1 answer

How do I add new language support to eclipse che

I'm quite new to eclipse che, and I'm currently trying to figure out how to add a new language support to che. Can anybody help?
SharkJ
  • 49
  • 1
  • 12
0
votes
1 answer

Is it possible to use Project API with with a single user installation?

I would like to use Project API on top on Workspace API. I would like to test it on a docker installation single user. The documentation seems to say Project API is secured. Shall I enable security for a single user, or shall I switch to multi-user…
David Aguirre
  • 116
  • 1
  • 2
0
votes
1 answer

How to build yocto sdk (meta-toolchain) on Dockerfile for Eclipse Che and get permissions favourable for meta-toolchain?

I am trying to build my yocto meta-toolchain on Docker.I will be using the Docker image for Eclipse Che .Here is the command which I have used for the build process.But I am getting permission denied error in it. I think there is an error with the…
Akash Bhardwaj
  • 25
  • 1
  • 1
  • 4
0
votes
1 answer

Is Eclipse Che 6.5.x (docker) capable to autocomplete php language?

I made the docker install of Eclipse Che but I can not get the autocomplete to work. A similar question was raised 2 years ago (more or less) but the project have change a lot since then and this install is via docker. The IDE preferences and…
bLuEdDy
  • 193
  • 1
  • 7
0
votes
1 answer

Init Eclipse Che pulling images from a Nexus group repository to docker hub

I'm trying to deploy a Eclipse Che multiuser server using Docker Enterprise Edition 2.0. The Docker EE server is NOT exposed to internet and Docker Hub access is proxed by a Nexus Repository server (nexq.xxxx.it). I'm looking for a -e parameter to…
carloreggiani
  • 331
  • 1
  • 9