enso/app/gui2/shared
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
..
__tests__ improve argument placeholder resolution for partial applications and … (#8794) 2024-01-18 13:13:31 +00:00
ast Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
languageServer Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
languageServerTypes Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
util Generalize keyed local storage for more client side graph-editor data (#9990) 2024-05-27 12:53:16 +00:00
binaryProtocol.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
ensoFile.ts improve argument placeholder resolution for partial applications and … (#8794) 2024-01-18 13:13:31 +00:00
languageServer.ts Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
languageServerTypes.ts Rename function widget (#9959) 2024-05-22 15:07:39 +00:00
uuid.ts Read custom visualizations (#8180) 2023-11-03 20:09:45 +00:00
yjsModel.ts Fix visualization resizing (#9946) 2024-05-14 11:49:37 +00:00