eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Pass model state to command palette action provider #347

Closed planger closed 4 years ago

planger commented 4 years ago

There isn't really a reason why we don't pass the model state on to the provider directly instead of only providing it the model root. Providing the root only, however, makes it less flexible for extenders who also extend the model state with important per-editor data.