Skip to content

VSCode error when formatting #61

@bobdobbalina

Description

@bobdobbalina

Is this working?? I believe I have everything installed correctly, but I'm getting an error Beautifier not found: stylelint in VSCode. All my other Beautifiers seems to be working fine.

Here's my config:

"SCSS": {
    "beautifiers": [
      "stylelint"
    ],
    "stylelint": {
      "prefer_beautifier_config": true,
      "stylelint": {
        "path": "/Users/mike/.nvm/versions/node/v6.11.0/lib/node_modules/stylelint"
      }
    },
    "end_with_semicolon": true,
    "indent_size": 2,
    "indent_style": "space",
    "max_preserve_newlines": 2,
    "newline_between_rules": true,
    "quotes": "single",
    "space_after_anon_function": false,
    "space_in_paren": true
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions