djlint / djLint

✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang
https://djLint.com
GNU General Public License v3.0
664 stars 81 forks source link

[BUG] [Linter] New version vscode extension breaks formatting/linting #833

Closed BrianLYS closed 3 months ago

BrianLYS commented 3 months ago

System Info

Issue

Updating to latest djlint version breaks linter and formatter.

How To reproduce

Upgrade to v2024.5.0

How to fix

Reverting back to v2023.11.0

Contents of .djlintrc/pyproject.toml [tool.djlint]

[tool.ruff.lint]
select = ["ALL"]

[tool.ruff]
line-length = 120
select = ["F"]

[tool.djlint]
profile="jinja"
monosans commented 3 months ago

Hi. I have everything working on Windows. Are any errors displayed?

The only difference between the two versions is the updated version of execa, maybe that's the problem.

And please, the next time you have a problem with a VSCode extension, create an issue in the appropriate repository.

monosans commented 3 months ago

Subsequent discussions will take place here.