Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.25 KB

REPORT_A_BUG.md

File metadata and controls

55 lines (34 loc) · 1.25 KB
name about
🐛 Report a bug
Is something not working as you expect?

Clearly describe the bug

e.g. "An error occurred when ..."

What code is needed to reproduce this issue?

e.g.

.foo {
  color: pink;
}

What vscode-stylelint configuration is needed to reproduce the bug?

"stylelint.customSyntax": "${workspaceFolder}/custom-syntax.js",
"editor.codeActionsOnSave": {
  "source.fixAll.stylelint": true
}

Is this issue related to autofix? (editor.codeActionsOnSave)

e.g. "Yes"

Which version of vscode-stylelint are you using?

e.g. 0.84.0

Which version of Stylelint are you using?

e.g. 13.2.0

Does your issue relate to non-standard syntax (e.g. SCSS, nesting, etc.)?

e.g. "Yes, it's related to SCSS nesting."

What did you expect to happen?

e.g. "No warnings to be flagged."

What actually happened (e.g. what warnings or errors you are getting)?

e.g. "The following warnings were flagged:"