Miro Spönemann
Miro Spönemann
The example mentioned in #815 does not work after the changes made in #819. ``` grammar Example entry Model: examples+=Example*; Example returns Example: {SpecificExample} 'example' name=ID 'using' parent=[Example:ID]; interface Example...
We could add a logging feature with multiple levels (the usual error / warn / debug) and enable document builder timing when debug logging is on. _Originally posted by @spoenemann...
Langium version: 2.0.0 Package name: langium See the discussion here: https://github.com/langium/langium/pull/1055#discussion_r1203936265 The current container type computation does not respect unassigned rule calls and actions when it determines a container relationship....
Looking more closely at issue https://github.com/eclipse-sprotty/sprotty/issues/427 reported for Sprotty, it seems that it's actually elkjs that's failing to delete the old bend points. The responsible class is [JsonImporter](https://github.com/eclipse/elk/blob/master/plugins/org.eclipse.elk.graph.json/src/org/eclipse/elk/graph/json/JsonImporter.xtend). Just looking...
The `preview` flag in package.json can be set to `true` to mark a version as a preview version (see [extension manifest](https://code.visualstudio.com/api/references/extension-manifest)). I think it would be appropriate to do this...
This might not be necessary anymore when #25 is merged, but it would help to have the typings until then.
The current draft states the following non-goals: > * Identifying a keyboard layout or locale > * Being able to convert from a `code` value + modifiers into the `key`...
This project doesn't have any license. Please add one, preferably an [open source license](https://opensource.org/licenses) such as MIT. A license is mandatory for publishing your extension to [Open VSX](https://open-vsx.org/). Its publishing...
Thank you for being part of the Open VSX community by adding your extensions to the Open VSX Registry. Please note that the service was recently transferred to the Eclipse...
The example code is so old that it's not really useful anymore. We should either update it or archive the repository and point users to [yangster](https://github.com/theia-ide/yangster).