kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

Support multiple, active extensions #6

Open christoph-fricke opened 3 years ago

christoph-fricke commented 3 years ago

Currently, only at most one extension that depends on kieler.klighd-vscode can be activated at the same time. This causes problems if a workspace opens multiple files that are handled by different KLighD dependent extensions.

Workaround

The current workaround is to close all files handled by one extension, reload the workspace and only open the files handled by another extension to visualize them.

How to fix this