You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adjust server startup to use autoassigned ports (#42)
This sets the default port to 0, which will cause the server to
automatically assign a port. The port is then printed to the console
in the startup message and can be parsed by clients.
Signed-off-by: Olaf Lessenich <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
- Refactored `CreateOperationHandler` to an interface instead of a class
28
28
- Renamed the services and handlers of the direct GModel library => consistent use of `GModel` prefix
29
29
- The `ModelState` interface no longer has an `isDirty` flag. Dirty state is now handled by the `CommandStack`
30
+
-[server] Default port has changed from 5007 (and 8081 for websocket) to 0, which implies autoassignment by the OS [#42](https://github.com/eclipse-glsp/glsp-server-node/pull/42)
0 commit comments