Not able to generate Graphs using GLSP's vscode extension in BluePrint Theia #486
Unanswered
sathya-1994
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Can you please post log files? Otherwise it'll be hard to clearly identify what is going on. Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we are using GLSP's vscode extension(https://github.com/eclipse-glsp/glsp-vscode-integration) and we have customized few things according our needs.
We tried to install above extension into Blueprint Theia(https://download.eclipse.org/theia/latest/windows/) and extension was installed successfully. But we were not able to generate graphs. When we select .wf file in the explorer, new editor will not be loaded/displayed.
Command to install GLSP's vscode extenion in BluePrint Theia: TheiaBlueprint.exe start --plugins=local-dir:"C:\glsp-vscode-integration\example\workflow"
Our reequipment is to use common extension for Theia and vscode.
Is there any know issues related to using GLSP's vscode in the Theia?
Steps to reproduce the issue:
Download and Install Blueprint Theia(Or we can build directly by cloning git repo; 2.7.6 version python is needed)
Install GLSP's vscode extension using above command(path needs to be changed)
Try to open .wf file
We can see custom editor contribution for .wf file but custom editor/diagram will not be opened.
Screenshot:
Beta Was this translation helpful? Give feedback.
All reactions