vscode-markdown-table
vscode-markdown-table copied to clipboard
Format Tables on Save?
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",
"
v0.12.0 supports format on save @WTIGER001
Format on save is disabled by default. Please enable it in preference.