Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
BrianLYS opened this issue May 11, 2024 · 2 comments
Closed
Labels
🔍 linter 🦠 bug Something isn't working

Comments

@BrianLYS
Copy link

System Info

  • OS: MACOS
  • Python Version (3.10.11, 3.11.8)
  • djLint Version (v2024.5.0)
  • template language: jinja

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"
@BrianLYS BrianLYS added 🔍 linter 🦠 bug Something isn't working labels May 11, 2024
@monosans
Copy link
Member

monosans commented May 11, 2024

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
Copy link
Member

Subsequent discussions will take place here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 linter 🦠 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants