You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set the maximum line length for minification process to 500 characters per line.
This is necessary as the website is used within an embedded system with limited resources.
I tried entering the following option but was not successful: "format": { "max_line_len": 500 }
in settings.json
` "MinifyAll.terserMinifyOptions": {
Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!
❓ Question or Support Request
Describe your question or ask for support.
I am trying to set the maximum line length for minification process to 500 characters per line.
This is necessary as the website is used within an embedded system with limited resources.
I tried entering the following option but was not successful:
"format": { "max_line_len": 500 }
in settings.json
` "MinifyAll.terserMinifyOptions": {
I want this to have an effect when minifying html, js or css files or snippets.
The text was updated successfully, but these errors were encountered: