Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Integration of the web-based GLSP client with Visual Studio Code

License

Notifications You must be signed in to change notification settings

eclipsesource/glsp-vscode-integration

Repository files navigation

!!! This repository is discontinued. This project has moved to eclipse-glsp and will be maintained there !!!

Eclipse GLSP VSCode Integration

This project contains the glue code necessary to diagram editors built with the graphical language server platform (GLSP) with VSCode, as well as an example VSCode extension for the workflow diagram example for testing purposes.

Workflow Diagram Example

The workflow diagram is a consistent example provided by all GLSP components. The example implements a simple flow chart diagram editor with different types of nodes and edges (see screenshot below). The example can be used to try out different GLSP features, as well as several available integrations with IDE platforms (Theia, VSCode, Eclipse, Standalone). As the example is fully open source, you can also use it as a blueprint for a custom implementation of a GLSP diagram editor. See our project website for an overview of the workflow example and all components implementing it.

Workflow Diagram

How to start the Workflow Diagram example?

Clone this repository and build the VSCode integration packages:

yarn install

Now you can start the VSCode extension by opening this repository in VSCode and executing the "Workflow GLSP Example Extension" launch configuration, provided with this project.

How to start the Workflow Diagram example server from the sources

If you want to explore or change the Workflow Diagram Server too, you can clone, build and start the workflow example glsp-server from your IDE instead of using the embedded pre-built version of the Workflow Diagram Server. See workflow example glsp-server for instructions on building and running the Workflow Diagram Server example.

To test the VSCode extension with an external server (e.g started from your IDE) the launch configuration "Workflow GLSP Example Extension (External GLSP Server)" can be used.

Where to find the sources?

In addition to this repository, the related source code can be found here:

More information

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, contact us on our spectrum chat and have a look at our communication and support options.

About

Integration of the web-based GLSP client with Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published