enso/tools/legal-review/license-texts
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
..
Mozilla Public License, version 2.0_files Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
APACHE2.0 Automate License Information Gathering (#1198) 2020-10-09 16:19:58 +02:00
Bouncy_Castle_Licence.txt Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
BSD-2-Clause Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
BSD-3-Clause Bump scalac to 2.13.5 (#1531) 2021-03-01 16:35:57 +00:00
CC0 Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
Eclipse_Distribution_License_(New_BSD_License) Project save backed by git (#3851) 2022-11-14 17:32:39 +00:00
GNU_General_Public_License__version_2__with_the_Classpath_Exception Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
GNU_Lesser_General_Public_License Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
Go_License 8830 add google analytics authentication and reporting to enso (#8907) 2024-02-13 16:23:48 +00:00
MIT Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
MIT-0 Batch insert suggestions (#6189) 2023-04-06 07:47:23 +00:00
Mozilla Public License, version 2.0.html Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
Public_Domain Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
Unicode_ICU_License Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
Universal_Permissive_License__Version_1.0 Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00