-
Notifications
You must be signed in to change notification settings - Fork 28
Description
VISUAL CODE Extension: MJML Official
Identifier: mjmlio.vscode-mjml
Version: 2.0.0
Last Updated: 2024-11-15, 09:01:29
When executing MJML: version command
MJML version: 5.0.0-alpha.6
This version doesn't support keepComments setting.
{ "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "mjml.nodemailer": { }, "mjml.screenshotWidths": [ 640, 750 ], "mjml.beautify": { "indent_size": 2, "wrap_attributes_indent_size": 2 }, "mjml.beautifyHtmlOutput": true, "mjml.minifyHtmlOutput": false, "mjml.keepComments": true, }
"mjml.keepComments": true is marked as Unknown Configuration Setting
It would be very useful to have this setting available and have the option to keep the custom comments when MJML: Export HTML as was available in previous versions. I'm currently adding the comments manually and it's a hard job :-)
Thanks in advance!!