Files
Newton-Editor/plugins/lsp_client/config.json

7 lines
147 B
JSON
Raw Normal View History

2026-01-04 11:42:27 -06:00
{
"lsp_manager_start_command": ["python", "/opt/lsp-manager.zip"],
"websocket": {
"host": "localhost",
"port": 8765
}
}