enso/app/gui2/.vscode/settings.json
somebody1234 44f2f425c0
[gui2] Language Server binary protocol, and loading of visualization data (#7873)
- Depends on #7773.

- Implements binary WebSocket protocol (data protocol)
- Performs some editor initialization (the bare minimum so that visualizations work)
- Adds event handlers to receive visualization data updates

# Important Notes
None
2023-10-07 20:57:47 +00:00

4 lines
71 B
JSON

{
"prettier.prettierPath": "../../node_modules/prettier/index.cjs"
}