Questions tagged [theia]

More information about Eclipse Theia:

56 questions
0
votes
1 answer

How to install and run Theia, browser based IDE?

I want to develop remotely and read about Theia. I could install the program with pip pip install theia But then there is no description available on how to start the program. Is it plug-in for Eclipse, or do I have to run it in docker or what?
Soerendip
  • 7,684
  • 15
  • 61
  • 128
0
votes
1 answer

How to access an app running on a theia docker container behind nginx-proxy?

I am running a theia docker container behind a nginx-proxy server container (jwilder/nginx-proxy). Inside theia, I am running a simple ExpressJS app on port no. 8001. I am able to access the container publicly using a sub-domain. How do I access the…
abhi
  • 11
  • 2
0
votes
1 answer

How do you run as sudo in the web terminal in Theia

How do you run as root in the web terminal of Theia? Just want to update golang - one other way is to update/copy the Dockerfile: https://github.com/theia-ide/theia-apps/blob/master/theia-go-docker/Dockerfile But it would be nice to run as root in…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
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
1 answer

Example on Electron of theia doesn't run

I am trying to run an electron example on theia. Getting following exception. Any help ? ubuntu@ip-10-164-202-79:~/theia$ yarn run rebuild:electron yarn run v1.9.4 $ theia rebuild:electron Processing node-pty Processing vscode-nsfw Processing…
Deepak Singhal
  • 10,568
  • 11
  • 59
  • 98
0
votes
0 answers

Alternative to Theia?

With the Theia Framework providing the possibility of building up a JavaScript-based IDE being able to run in any modern browser, I wonder if there are alternative products / frameworks available. Are there existing frameworks providing the same or…
Socrates
  • 8,724
  • 25
  • 66
  • 113
0
votes
0 answers

Theia: How to write an extension

I am trying to write an extension and have the following problem If i copy & paste the python extension, change python to python2 and the extension expression for files to py2 and include it in the browser example nothing happens (start never…
Christian Dietrich
  • 11,778
  • 4
  • 24
  • 32
1 2 3
4