enso/tools/legal-review/engine/reviewed-licenses
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
..
Apache_2 Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
Apache_2.0 Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
Apache_2.0_License Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
Apache_License__Version_2.0 Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
Apache_License_v2.0 Eliminate VCS TimeoutExceptions on startup (#8080) 2023-10-18 09:34:08 +00:00
Apache-2.0 Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
Bouncy_Castle_Licence Initial Legal Review (#1210) 2020-10-19 10:50:12 +02: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
MIT Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
MIT_License 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 Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
New_BSD_License_(3-clause_BSD_license) Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
Public_Domain Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
The_Apache_Software_License__Version_2.0 Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
The_BSD_License Bump scalac to 2.13.5 (#1531) 2021-03-01 16:35:57 +00:00
Unicode_ICU_License Support pattern matching on constants (#3641) 2022-08-12 13:18:58 +00:00
Universal_Permissive_License__Version_1.0 Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00