Skip to content
Discussion options

You must be logged in to vote

The CSS you are referring to is coming from the Workflow example of the GLSP client repository.

This package is consumed by the webview here:
https://github.com/eclipse-glsp/glsp-vscode-integration/blob/7e40cf763ff59658e5bf6467e403416b3d04f293/example/workflow/webview/package.json#L32

The actual source code of the consumed package is here:
https://github.com/eclipse-glsp/glsp-client/blob/9793bf3179a08b8808e9ba0c76adbe413bbba97b/examples/workflow-glsp/css/diagram.css#L123

The Workflow example is just an example diagram that is common to all GLSP packages (client, server, Theia integration, VSCode integration). Typically you would just use this example as a blueprint, but create your own pa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tortmayr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment