-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
With: standard.vscode-standard@v2.0.1
On Windows 10 and remote Container in WSL2 with node@v16.13.1 and npm@8.1.2.
I can run standard --fix
however I install standard locally
or globally
.
Now, if I configure "standard.autoFixOnSave": true
in my settings.json
, it works only if standard is installed locally using;
npm install --save-dev --no-optional standard
.
autoFixOnSave
should work if standard is installed globally
too, using:
npm install --global --no-optional standard
.
Then, no need to install standard to all my javascript projects.
I don't know this code, and I'm not confident enough to to submit a pull request to fix this bug. Can anyone help?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status