-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Feature or enhancement
When developing with remote SSH interpreter, pyright plugin can' resolve imports.
Proposed solution
The most simple way I can image is let PyCharm resolve path mappings, set correct interpreter path according current editing file, add search paths(Source Roots) and then run pyright on remote SSH server directly. And for the response, map path back again.
Alternatives considered
I have write a minimal python script that wraps remote pyright to local. Handling path mappings.
This solution runs very slow for my project and make status bar flashing all the time, but it works.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed