You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding the format on save functionality to be quite slow when editing 10k line files on my 2019 x86 macbook (#63) and would like to turn off auto formatting on save and go back to just having a keybinding which triggers formatting, but can't seem to figure out how to do so. My settings.json includes "editor.formatOnSave": false but the Zig plugin seems to disregard this.
The text was updated successfully, but these errors were encountered:
Yup, this works, thanks! "editor.formatOnSave": false at the top level did not, so perhaps I was just misunderstanding how it was meant to be used. Thanks!
I am finding the format on save functionality to be quite slow when editing 10k line files on my 2019 x86 macbook (#63) and would like to turn off auto formatting on save and go back to just having a keybinding which triggers formatting, but can't seem to figure out how to do so. My
settings.json
includes"editor.formatOnSave": false
but the Zig plugin seems to disregard this.The text was updated successfully, but these errors were encountered: