if we build GLSP solution, is it possible to run with that in local non web environment #434
Answered
by
planger
midhun8454
asked this question in
General
-
Means if i install a plugin to eclipse or vscode will it work ? or run in my laptop ? |
Beta Was this translation helpful? Give feedback.
Answered by
planger
Oct 26, 2021
Replies: 1 comment 4 replies
-
Yes, you can deploy a GLSP diagram editor as VSCode extension or Theia extension or Eclipse plugin that runs locally. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tortmayr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can deploy a GLSP diagram editor as VSCode extension or Theia extension or Eclipse plugin that runs locally.
VSCode: https://github.com/eclipse-glsp/glsp-vscode-integration
Theia: Theia can be dejployed as electron app (local) or cloud IDE. The GLSP extension is the same: https://github.com/eclipse-glsp/glsp-theia-integration
Eclipse: https://github.com/eclipse-glsp/glsp-eclipse-integration