My pyright seems not working
Posted: 11.06.2023 16:11
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
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"]
}