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"]
}