Skip to content

Commit

Permalink
Fix example build (WebPack & Server download) (eclipse-glsp#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
debovema authored Dec 19, 2022
1 parent ef526c6 commit 0c604ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Clone this repository and build the VSCode integration packages:
yarn install
```

Additionally you can download a precompiled version of the Workflow Diagram Server:

```bash
yarn --cwd example/workflow/extension download:Server
```

> The downloaded server will be launched automatically by the extension. To debug or modify the server and run it separately: see the instructions below.
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
Expand Down

0 comments on commit 0c604ff

Please sign in to comment.