enso/tools/legal-review
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
..
AWS Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
Base Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
Database Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
engine Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
Google_Api Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
Image Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
launcher Removing Truffle API dependency from runtime-compiler project (#9785) 2024-04-26 13:14:22 +00:00
license-texts Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
project-manager Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
Snowflake Snowflake Connectivity (#9435) 2024-03-20 10:06:12 +00:00
Table Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00