I have editor.formatOnSave set on user settings to be able to sync with my home preferences and also have it set on workspace settings to make some settings default for our company workspace.
Apparently it only takes the user settings in consideration, because once I disable editor.formatOnSave manually on my workspace settings it works as it should.
It happens using prettier on ts and beautify in html files
I have
editor.formatOnSave
set on user settings to be able to sync with my home preferences and also have it set on workspace settings to make some settings default for our company workspace.Apparently it only takes the user settings in consideration, because once I disable
editor.formatOnSave
manually on my workspace settings it works as it should.It happens using prettier on
ts
and beautify inhtml
files