Reda Al Sulais
Reda Al Sulais
Resolves #1257. > * validation > > * [x] Validate unreachable states > * [x] Validate unused events > > * code actions > > * [x] If a state...
Hi there, I'd like allow explicit numbers in interfaces, not just `number` type:  ```ts interface Model { logLevel: 0 | 1 | 2 | 3 | 4 | 5;...
When renaming/moving `.langium` files by vscode, the `import`s statements in files don't update to the new path (or even ask if I want those changes) similar to other language extensions.
## :bookmark_tabs: Summary Brief description about the content of your PR. - Partial #4499 - Partial #4401 ## :straight_ruler: Design Decisions Describe the way your implementation works or what design...
The changes in #4634 gave the ability to start the week with another day other than default (sunday), but now the default `excludes weekends` might have unexpected behavior, that why...
## :bookmark_tabs: Summary Brief description about the content of your PR. - closes #4340 ## :straight_ruler: Design Decisions * reorder functions declarations * rename `mermaidUrl` into `createMermaidUrl` * remove `renderGraph`...
Hi there! I came across this repo and was wounding it's deprecated? I'm using [pre-commit](https://github.com/pre-commit/pre-commit) framework to maintain my git hooks instead of [husky](https://github.com/typicode/husky) and I want to use it...
I'd like to suggest adding two checkboxes that allow users to sign commits with: 1. 'Signed-off-by:' using `git commit --signoff` or `git commit -s` for short form. 2. GPG Sign...
The current Langium VSCode extension doesn't work on the web (https://vscode.dev):  I think it would be nice to have the extension runnable on the web. I think this could...
## :bookmark_tabs: Summary * update `d3` version to `7.8.5` exclude the `7.4.0` version. * override `d3-sankey` and `@types/d3-sankey` dependencies versions. * move `@types/d3-scale` and `@types/d3-scale-chromatic` to devDependencies. * update all...