You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I've been trying to use Python LSP (Pyright) from a WSL2 workspace.
I noticed that everything works correctly when the workspace is on Windows, but not when it's opened through WSL.
While looking through the source code, I found several components that seem to implement WSL support:
LspBinaryLink::Wslprobe_wsl_command()WorkspaceEnv::Wslresolve_lsp()However, the internal documentation currently says:
So I'm wondering:
All reactions