enso/project/src/main/scala/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
..
backend Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
frontend Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
report Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
Attachment.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00
DependencyInformation.scala Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
DependencySummary.scala Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
DistributionDescription.scala Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
FilesHelper.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00
PortablePath.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00