eclipse-sprotty / sprotty-server

Server implementation for the Sprotty diagramming framework
https://eclipse.org/sprotty
Eclipse Public License 2.0
23 stars 19 forks source link

Updated dependency versions and Sprotty protocol type definitions, added ci workflow #87

Closed sailingKieler closed 7 months ago

sailingKieler commented 7 months ago

Fixes #86 based on the changes in #85 of @NiklasRentzCAU.

spoenemann commented 7 months ago

Two more things I noticed after running the build:

sailingKieler commented 7 months ago

Two more things I noticed after running the build:

  • There's an untracked package-lock.json in examples, we should add that to git

Sure. I just kept as it was before.

  • There are a lot of generated Xtend.prefs and Java.prefs files, shall we put them to .gitignore?

I didn't pay attention to them. Yes, we can ignore them.