-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix all auto-fixable problems not working #450
Comments
since there has been no updates on this issue I have switched to eslint which works as expected. so I am closing this issue |
Same issue..newer version of standardJS not working as intended |
I can't get the VSCode extension as well, same issue |
// "editor.codeActionsOnSave": { "standard.autoFixOnSave": true, This fixed autosaving for me with standard - you have to disable vsCode's config |
Hey @maxwellsmart84, maybe you can help me, because I'm getting the same error as the author.
Any clue to why the auto fixing doesn't work? |
What version of this package are you using?
v2.1.0
What operating system, Node.js, and npm version?
I am getting the same errors on both Arch Linux and Windows
Arch Linux
NodeJS: 18.7.0
NPM: 8.17.0
Windows 10
NodeJS:17.17.3
NPM:8.12.2
What happened?
Press CTRL + SHIFT + P, select JavaScript Standar Style: Fix all auto-fixable Problems and an error pops up. 'undefined is not validating any files yet Source StandardJS - JavaScript Standard Style (Extension)
What did you expect to happen?
The extension to format the document
Are you willing to submit a pull request to fix this bug?
Never done that before, but I am willing to learn
I also reverted back to the vscode-standardjs (old version) by Sam Chen using ext install chenxsan.vscode-standardjs. This package works as intended on both systems (Linux and Windows). This only started happening after I migrated to the new supported version
The text was updated successfully, but these errors were encountered: