-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
"editor.formatOnSave": false
doesn't appear to be respected
#303
Labels
Comments
rmtsrc
changed the title
Oct 19, 2022
"editor.formatOnSave": false
doesn't appear to be supported"editor.formatOnSave": false
doesn't appear to be respected
Reported the same in vscode repo microsoft/vscode#173689 |
yutotnh
added a commit
to yutotnh/vs-shell-format
that referenced
this issue
Jul 20, 2023
Changed `editor.formatOnSave` from true to false, but still formatted.
The early implementation is not elegant enough, it seems that it needs to be re-architected. |
This would be a very nice to have feature, as it would allow for configurations like other formatters & linters:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my project workspace settings file
.vscode/settings.json
I have:However, when I save a shell script it's still auto formatted.
As a workaround, to stop auto formatting on shell scripts in my project I have to add all supported file types except for
shellscript
to:It would be good if this extension also respected the standard VSCode
editor.formatOnSave
setting.The text was updated successfully, but these errors were encountered: