Just open file /Users/myuser/Library/Application Support/Sublime Text/Packages/User/LSP-pyright.sublime-settings
and add new path for nodejs and pyright
{
"command": ["/opt/homebrew/bin/node", "/opt/homebrew/lib/node_modules/pyright/langserver.index.js", "--stdio"]
}
No comments:
Post a Comment