Skip to content
Discussion options

You must be logged in to vote

HI @rsoika,
at first glance it looks like your extension is never set to visible.
I had a look at the properties panel implementation and you are using an editMode listener to active the extension.
This works for the theia-integration because it dispatches a SetEditModeAction during the startup. For the vscode-integration this is not the case (not sure why, probably an oversight).
To work around this you could override the GLSPVscodeDiagramWidget.initializeSprotty method and dispatch the SetEditModeAction yourself.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rsoika
Comment options

@tortmayr
Comment options

@rsoika
Comment options

@rsoika
Comment options

Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants