mrmlnc/vscode-stylefmt

Not working in vscode — CLI version does

ivancuric opened this issue · 2 comments

So, for a while now, stylefmt doesn't seem to be able to format CSS / SCSS documents.

I'm using vscode 1.10.1, stylefmt v2.2.2 and stylelint v0.23.0 which are the latest at the time of this writing.

I'm using a .stylelintrc file with the following options:

{
  "extends": "stylelint-config-standard",
  "rules": {
    "number-leading-zero": "never",
    "declaration-empty-line-before": null,
    "at-rule-empty-line-before": null,
    "rule-empty-line-before": null,
    "rule-nested-empty-line-before": null,
    "selector-pseudo-element-colon-notation": null
  }
}

No errors are output (like when stylelint is out of date).

Hello, @ivancuric,

Most likely this is related to #67. I'll look at your issue very soon.

Please, look at 2.2.3 version. Potentially, this should fix the problem.