kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

fixes option initialization for and handling of proxies in the CLI. #178

Closed NiklasRentzCAU closed 2 weeks ago

NiklasRentzCAU commented 2 weeks ago

In the CLI, the base ID does not start with the hardcoded keith-diagram_sprotty, so parts of the proxies did not work. This replaces the hardcoded string with the baseDiv option set for the diagram. Furthermore, we now make sure to initialize the proxy view with the current view options at startup and not only do that on change (which does not happen in the CLI at start by default).

Related to #170