Skip to content

Commit

Permalink
GLSP-1026 Use new bundled workflow glsp server (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Jun 7, 2023
1 parent de20446 commit 0583697
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 243 deletions.
1 change: 1 addition & 0 deletions example/workflow/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
],
"devDependencies": {
"@eclipse-glsp-examples/workflow-server": "next",
"@eclipse-glsp-examples/workflow-server-bundled": "next",
"@eclipse-glsp/vscode-integration": "1.1.0-next"
},
"engines": {
Expand Down
3 changes: 1 addition & 2 deletions example/workflow/extension/src/workflow-extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ const NODE_EXECUTABLE = path.join(
'..',
'node_modules',
'@eclipse-glsp-examples',
'workflow-server',
'bundle',
'workflow-server-bundled',
'wf-glsp-server-node.js'
);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"**/sprotty": "0.13.0-next.f4445dd.342"
},
"devDependencies": {
"@eclipse-glsp/dev": "next",
"@eclipse-glsp/dev": "1.1.0-next.7026c40.129",
"@types/node": "16",
"@types/vscode": "^1.54.0",
"mvn-artifact-download": "5.1.0"
Expand Down
Loading

0 comments on commit 0583697

Please sign in to comment.