Open
Description
Tried to use as the defaultFormatter
via right click or Shift+Alt+F
but nothing happens. Am I missing something?
"[css]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
I am aware it supports formatting on save via codeActionsOnSave
fixAll
, however this seems like a bit of a hack and requiring you to save the file to format it.
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.fixAll.stylelint": "explicit"
},
Metadata
Assignees
Labels
No labels