Using Remote Dev Pycharm (using Gateway to launch Pycharm on WSL) - can't get "Resolve against interpreter directory" to work #186
-
|
I have a uv virt env setup in my project, with If I config the plugin to If I don't do any config, it says If I give it the absolute path I guess I could install a global pyright and make sure it is in my path - but it seems more robust to have a pyright installed per venv? I'm guessing I'm missing something obvious. Very cool plugin - thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The plugin doesn't support Gateway yet, unfortunately; see #121. Personally, I would recommend installing Pyright globally, unless the project mandates replicable diagnostics for all maintainers. |
Beta Was this translation helpful? Give feedback.
thank you @InSyncWithFoo! It turns out that my PyCharm had two different sub pycharm projects, so the config was going in the second one. Making sure I just have one project cleared it up.