Custom Node Executable for Pyright Extension in VSCode #6894
Replies: 0 comments 4 replies
-
We already support this? I'm not sure what the ask is: |
Beta Was this translation helpful? Give feedback.
-
Oh wait, I understand now. You want this same setting on the Pyright extension. |
Beta Was this translation helpful? Give feedback.
-
For some reason I can't transfer this. This should be on the pyright repository: |
Beta Was this translation helpful? Give feedback.
-
Oh you already submitted this there. microsoft/pyright#9764 Transferring to a discussion item for upvotes. |
Beta Was this translation helpful? Give feedback.
-
Since VSCode doesn't allow sub-processes to exceed the memory constraints of 4GB, for this reason both the Pylance Language Server and the built-in JS/TS Language Server allows loading the server with a custom/external Node Executable. This is especially helpful when Pyright is set to analyse entire workspaces rather than single files.
Allowing to load up the Pyright Extension/Language Server with a custom/external Node Executable just like the Pylance Language Server, will fix this issue.
Beta Was this translation helpful? Give feedback.
All reactions