turning off format-on-save? #27
-
Hi, I accidentally turned this on and now I'm unable to turn it off. Where is the setting stored? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey Will! The format on save setting is one that is managed by VSCode. The easiest way to change this is to open up your settings.json and delete the preferences we added in. You can do this by:
{
"[idl]": {
"editor.defaultFormatter": "idl.idl-for-vscode",
"editor.formatOnSave": true
}
}
|
Beta Was this translation helpful? Give feedback.
Hey Will!
The format on save setting is one that is managed by VSCode. The easiest way to change this is to open up your settings.json and delete the preferences we added in.
You can do this by: