Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## GLSP-894: Dispose client session on diagram closes Refactor the `panelOnDisposeListener` of the vscode connector to also send a `disposeClientSession` request (if the session has been successfully initialized before) Fixes eclipse-glsp/glsp#894 ## GLSP-920: Also provide deselection info in VSCode selector (breaking) Change the `onSelectionUpdate` Event of the `glsp-vscode-connector` to provide both the `selectedElementIds` & `deselectedElementids`. Fixes eclipse-glsp/glsp#920 ## GLSP-415 Provide keybinding for exportAsSvg Command Fixes eclipse-glsp/glsp#415 ## Remove extended doc from vscode-integration README Remove the extended `Getting started` documentation part of the ´vscode-integration` README. This part contains a lot of interface & type info which has not been maintained and is rather outdated. Since the creation of this README our documentation efforts have been shifted to the official GLSP Website and in general we try to avoid in-depth documentation in sub READMES of component repositories. They are hard to maintain and will become outdated anyways. We try to use the website as "single source of truth" for documentation.
- Loading branch information