Tobias Ortmayr
Tobias Ortmayr
#302 does currently only work with the glsp-theia integration. The client for the standalone usecase has been migrated to json-rpc recently (#296) and could basically reuse the protocol of the...
This feature seems currently not or only partially implemented and causes a lot of issues if a concrete implementation tries to use it. Most of these issues are related to...
The command palette should also support sort-of dynamic commands for creating new elements. In particular, we are interested in creating new elements by specifying name and type. (e.g. typing MyName:AutomatedTask...
To use the new snapping facility of sprotty (https://github.com/eclipse/sprotty/pull/87) in GLSP the ChangeBoundsToolFeedback needs to be adapted.
We should make use of the SelectionService hook introduced in 1674493cd9009121dfbbb7112b88c76aa3914811 which enables listening to model changes. For now it's probably best to create a simple json-forms based property view...
The current configuration is only working partly under Windows. Our custom tasks for starting the example, watching etc. are not working (see Screenshot). In addition, the on-save actions (format, organize...
#### What it does Use `URI.file` instead of manually reconstructing the URI from the received file path in plugin ext. This ensures that directories or files that contain a hash...
#### What it does Ensure that the Theia specific wrapper for the `MonacoQuickPickItem` properly forwards assignments of the "buttons" property to the wrapped item. More context: The buttons property is...
Due to recent efforts Theia's plugin API is mostly compatible with the programmatic VS Code API. However, looking at the declarative API (i.e. contribution points in the package.json) there are...
Currently GLSP playwright is not part of the normal release train ( last/only released version is 2.0.0). We should include this repository in the normal release train to always have...