My pyright seems not working

Plugins for SynWrite and CudaText...
Post Reply
ecloud
Posts: 2
Joined: 11.06.2023 16:01

My pyright seems not working

Post 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"]
}
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Post by main Alexey »

LSP support is occurring in Github.
Here please:
https://github.com/CudaText-addons/cuda_lsp/issues
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Post by main Alexey »

Seems it was resolved in the github. https://github.com/CudaText-addons/cuda_lsp/issues/185
Post Reply