Questions tagged [theia-ide]
3 questions
0
votes
0 answers
File remains unsaved while refactoring
I use the code mentioned below to implement a refactoring for my Xtext DSL.
public WorkspaceEdit executeCommand(Resource resource, Document document, ILanguageServerAccess access,
ExecuteCommandParams params) {
WorkspaceEdit edit…
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
0 answers
Google Cloud Shell Editor Doesn't show Java line when debugger stops
I am running a spring boot app in command line of cloud shell and attaching the to the debug port in Cloud Shell IDE. The debugger stops and shows me the call stack but I can't see the line in the IDE highlighted.
The same code works (highlights the…

Neil
- 5,919
- 15
- 58
- 85