-
@spoenemann The GLSP team has made the decision to no longer directly use the `sprotty-theia` repository. With the latest changes in the [`glsp-theia-integration`](https://github.com/eclipse-glsp/gls…
-
https://jakarta.ee/blogs/javax-jakartaee-namespace-ecosystem-progress/
Currently the java base component still rely on outdated javax dependencies. This is an issue because it forces us to use …
-
### Discussed in https://github.com/eclipse-glsp/glsp/discussions/1316
Originally posted by **madamedefarge** April 16, 2024
I am following the README in the above project file to set the targ…
-
We need to find a way to improve the BPMN routing:
- re-route when element is moved
- optimize anchor positioning
There are some discussions regarding this topic:
- See general discussion …
-
Original issue: https://github.com/eclipsesource/ecore-glsp/issues/127
Similar to the example in https://github.com/eclipsesource/ecore-glsp/issues/86, bidirectional references shouldn't have any a…
-
Problem:
1) Build theia from sources
2) Add the glsp example vscode extension vsix file (built using steps in https://github.com/eclipse-glsp/glsp-vscode-integration) to plugins folder. The vsix f…
-
When I select a class or interface or any other basic node in the diagram and press ctrl + space an input opens.
After some time a dropdown shows up with some entries that look like UIDs.
![image]…
-
Follow-up of https://github.com/eclipse-glsp/glsp/issues/77
Ensure reconnect handling is properly implemented for the GLSP VS Code integration
-
Follow-up of https://github.com/eclipse-glsp/glsp/issues/77
The main feature for the reconnect handling for the theia-integration was implemented and merged.
Tobias did some exhaustive tes…
-
i expected callbacks to have this shape:
```go
TextDocumentCodeAction: func(ctx context.Context, context *glsp.Context, params *protocol.CodeActionParams) (any, error) {
...
```
or even just
…