Option to configure tsserver to use nodejs installed locally #172719
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
typescript
Typescript support issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
To get around the memory ceiling enforced by electron (#127105), how about we add an option to let us specify a nodejs installed locally (instead of relying on the builtin electron one).
The eslint plugin does this by having an option called
eslint.runtime
, so theoretically we could do the same, but not sure if I'm missing anything here.The text was updated successfully, but these errors were encountered: