Page 1 of 1

My pyright seems not working

Posted: 11.06.2023 16:11
by ecloud
I have followed the steps in the wiki, and the console said: LSP: starting server - Python; root: /Users/zachary/fxenon/crm
But the LSP console displays nothing, and no LSP function work (hover, type definition, etc).
here is the lip_pyright.json

Code: Select all

{
  "lexers": {
  "Python": "python"
  },
  "cmd_windows": ["pyright-langserver.exe", "--stdio"],
  "cmd_unix": ["/usr/local/bin/pyright-langserver", "--stdio"],
  "cmd_macos": ["/usr/local/bin/pyright-langserver", "--stdio"]
}

Posted: 12.06.2023 03:38
by main Alexey
LSP support is occurring in Github.
Here please:
https://github.com/CudaText-addons/cuda_lsp/issues

Posted: 10.08.2023 11:27
by main Alexey
Seems it was resolved in the github. https://github.com/CudaText-addons/cuda_lsp/issues/185