-
Langium version: 1.1.0
I prepared a [Gist](https://gist.github.com/Lotes/fbaf002ef0f5e451c06065a9168d49f8) for you.
I added a test in there that tries to complete
```sql
SELECT m.mana|gerId FR…
Lotes updated
6 months ago
-
Langium version: 3.0.0
## Steps To Reproduce
Generate from language file is endless (try uncomment more rules in DslAttribute):
grammar Sculptor4
entry DslModel:
(imports+=DslImport)*
a…
-
I want to add multiple Monaco editors on one page. [Demo code](https://github.com/bguo3/stDemo). Seems they share the same objects.
Declare "Aaa" in one editor could be referenced in the other.
![im…
bguo3 updated
6 months ago
-
At windmill, we use this great library to provide the deno lsp on top of our monaco typescript experience. You can find all the code here: https://github.com/windmill-labs/windmill/blob/main/frontend/…
-
Dev container builds on Mac and Linux but not on Windows
Hi, I'm getting the following "The syntax of the command is incorrect." error when trying to open a dev container on Windows:
```
[2024-…
-
Hello,
While trying to use the wrapper with nuxt.js, I've encountered an issue:
![image](https://github.com/TypeFox/monaco-languageclient/assets/34509813/f0d4b2e0-3d33-4268-a88f-6805532e33ae)
…
Mw3y updated
5 months ago
-
Hi,
I'm interested in this this package and I have found this package from Langium but i'm not sure how to use it with NextJS.
Could I ask for an example, please?
Thank you in advance!
-
using the react component in vscode mode i am getting this
(on 2nd mount of component)
any idea what could cause this?
is there some destroy/unregister missing?
-
When following the [Building an Extension](https://langium.org/tutorials/building_an_extension/) tutorial, I ran into the following error message:
```sh
❯ vsce package
(node:55696) [DEP0040] …
-
I am trying to setup monaco-languageclient to work with the monaco-react `Editor` component and I need a guide on how to connect the two and have the auto-complete working too from an existing web wor…