enso/lib/java
Dmitry Bushev 858e646328
Start Ydoc with the language server (#9862)
- related #7954

Changelog:
- update: Ydoc starts with the language server on the `localhost:1234` by default. The hostname and ports can be configured by setting environment variables `LANGUAGE_SERVER_YDOC_HOSTNAME` and `LANGUAGE_SERVER_YDOC_PORT`
- update: by default `npm dev run` uses the node Ydoc server. You can control it with `POLYGLOT_YDOC_SERVER` env variable. For example,
```
env POLYGLOT_YDOC_SERVER='true' npm --workspace=enso-gui2 run dev
```
To connect to the Ydoc server running on the 1234 port (the one started with the language server)
⠀
```
env POLYGLOT_YDOC_SERVER='ws://127.0.0.1:1235' npm --workspace=enso-gui2 run dev
```
To connect to the provided URL. Can be useful for debugging when you start a separate Ydoc process.
- update: run `npm install` before the engine build. It is required to create the Ydoc JS bundle.
2024-05-28 13:51:42 +00:00
..
benchmarks-common/src/main/java/org/enso/interpreter/bench Towards simplifying runtime-compiler dependencies (#8894) 2024-04-25 10:03:42 +02:00
persistance/src Table of Persistance.Reference at the end of the stream (#9972) 2024-05-18 17:33:04 +00:00
persistance-dsl/src/main/java/org/enso/persist/impl Make IR caches smaller by storing Graph as a reference (#8635) 2023-12-29 06:15:48 +01:00
yaml/src/main/java/org/yaml/snakeyaml/introspector Importing (some of) Standard.Base works from NI runner (#9866) 2024-05-17 14:42:35 +02:00
ydoc-server/src Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00