-
-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run with system node #2857
Labels
Comments
izaakschroeder
added a commit
to izaakschroeder/prettier-vscode
that referenced
this issue
Jul 3, 2023
Adds a `prettier.runtime` configuration option that, when used, invokes a version of `PrettierWorkerInstance` that uses `fork` instead of worker threads. Fixes: prettier#3017 Fixes: prettier#2857
izaakschroeder
added a commit
to izaakschroeder/prettier-vscode
that referenced
this issue
Jul 3, 2023
Adds a `prettier.runtime` configuration option that, when used, invokes a version of `PrettierWorkerInstance` that uses `fork` instead of worker threads. Fixes: prettier#3017 Fixes: prettier#2857
2 tasks
izaakschroeder
added a commit
to izaakschroeder/prettier-vscode
that referenced
this issue
Jul 3, 2023
Adds a `prettier.runtime` configuration option that, when used, invokes a version of `PrettierWorkerInstance` that uses `fork` instead of worker threads. Fixes: prettier#3017 Fixes: prettier#2857
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Like ESLint extension provide setting:
"eslint.runtime": "node",
, more details ref: microsoft/vscode-eslint#1233Describe the solution you'd like
Provide setting
prettier.runtime
, and support passnode
to auto detect system node path.The text was updated successfully, but these errors were encountered: