Is there a way that I can configure VS code to format all the tables on a save? I have tried adding the following to the settings file but no luck ``` "editor.codeActionsOnSave": { "markdowntable.format": "always", " ```