Questions tagged [theia]

More information about Eclipse Theia:

56 questions
0
votes
0 answers

Dashboard not reachable after successfully deploying eclipse che on AKS cluster

I am installing the eclipse che in AKS using chectl. But, the dashboard page is not reachable even after the successful installation. Command used for installation- chectl server:deploy --platform=k8s --installer=operator…
kuldeep singh
  • 25
  • 1
  • 7
0
votes
0 answers

Progress Bar Implementation for CodeGen in Theia

on clicking generate java code button in theia editor it’s calling registry command in command contribution in theia. registry command is hitting IExecutableCommandService in backend LSP to generate java code. now i need value of execution progress…
Siddharth
  • 1
  • 1
0
votes
2 answers

Change port of Theia editor within Cloud Shell

I am using Code Server within my Cloud Shell. I need to use the port 3000 for a specific npm package. Unfortunately port 3000 is already used by the default editor Theia within Cloud Shell. I have already tried the following: sudo kill {{PID of…
0
votes
0 answers

Theia running in docker to open a specific file on first launch

I have a Theia running on a docker. Is it possible to configure it to display a specific file when anyone connects for the first time? Currently, it loads the workspace but shows an empty window.
0
votes
1 answer

Theia just doesn't start ... no errors from yarn

I set up Theia with the following on a Macbook: sudo port install npm6 sudo port install nvm sudo npm install -g yo generator-theia-extension sudo npm install -g theia mkdir theia-hello-world-extension cd theia-hello-world-extension yo…
Doc Kaos
  • 154
  • 1
  • 9
0
votes
1 answer

How to re-export React in d.ts?

I am working on an plugin system like https://github.com/eclipse-theia/theia/blob/master/packages/plugin/src/theia.d.ts. My @my-scope/plugin package provide type definitions. And the plugin context is passed to the plugin start function like this…
aztack
  • 4,376
  • 5
  • 32
  • 50
0
votes
1 answer

How to disable the "Get Started" tab in Theia before the first execution?

I have a Theia IDE built in a docker. Every time I launch a new docker and open a python file for the first time, I got some annoying pop-up: A new tab: Python - Get Started A pop up: Linter pylint not installed Both have a Do not show again…
BenjaminD
  • 111
  • 1
  • 3
0
votes
1 answer

Hosting of VSCode for browser based access

Like Eclipse Theia, is it possible to run VSCode centrally, so it can be accessed remotely via browser (in multi-user scenarios using)? I am NOT talking about "https://vscode.dev/" (I am aware of that). I am curious about private hosting, with…
niner
  • 7
  • 2
0
votes
0 answers

Eclipse Theia with Graphical Language Server Platform

I know it's bit theoretical question, but just wondering if anyone has done the GLSP with Eclipse or Theia ? if you can anyone give proper direction on same. I just read their documentation, but couldn't get much idea or any direction which I should…
midhun k
  • 546
  • 1
  • 12
  • 28
0
votes
1 answer

VSCode Extension : How can we use Monaco editor to edit in-memory Strings?

I am building a Vscode/Theia extension, to contribute custom diagram-based editors. Within these editors, on certain events like node label-edit I need to provide input controls to end users where they can enter expressions based on our custom…
kuldeep singh
  • 25
  • 1
  • 7
0
votes
1 answer

How to implement the Xtext-XMI cross reference for LSP based editor in Theia?

I am working on creating a LSP based editor in Theia for one of our DSL, from this DSL we need to cross reference model defined in separate XMI file on the basis of FullQualifiedName. I am able to implement this for eclipse plugin but unable to…
kuldeep singh
  • 25
  • 1
  • 7
0
votes
1 answer

Theia IDE websocket disonnects every 30 sec when serving in Kubernetes behind ingress

I have a kubernetes ingress configured on google cloud with a managed certificate. Then I have the theia/theia-full docker image as a pod and a kubernetes service connecting the ingress and the pod. The initial load of the theia page in my browser…
0
votes
1 answer

Is it possible to use Che Theia plugin extensions with java projects?

Is it possible to use Che Theia plugin extensions (Che 7) with java projects? For example is it possible to add custom menu or view using java projects
Rahith R R
  • 129
  • 2
  • 13
0
votes
1 answer

Need to compile and run Java & spring boot projects in eclipse theia IDE

I am new to eclipse theia IDE.I created theia as docker image. I ran docker image with java project workspace. I am not able to compile and run Java projects. My doubt is I added Java related vs code plugins mentioned in…
0
votes
2 answers

Docker - how to expose port thru jwilder nginx-proxy?

My problem is similar to this one, which is apparently unsolved to this day :/ I was following this tutorial to setup my Theia IDE, the IDE is working but I want my 8080 port to be open for testing out the node.js backend I host on the Theia IDE…
Munchkin
  • 857
  • 5
  • 24
  • 51