Skip to content

Releases: djlint/djlint-vscode

v2023.7.5

07 Jul 17:51
d3bb0fd
Compare
Choose a tag to compare
  • Make sure files with git scheme are not linted.

v2023.7.4

07 Jul 12:06
2ea6440
Compare
Choose a tag to compare
  • Improve error handling.

v2023.7.3

03 Jul 11:21
5347a50
Compare
Choose a tag to compare
  • Use execa for running djLint.

v2023.7.2

02 Jul 21:13
4e9a171
Compare
Choose a tag to compare
  • Replace djlint.languages with djlint.formatLanguages and language-overridable djlint.enableLinting and djlint.profile.
  • Add logging via VS Code output channels.
  • Improve error handling and overall stability.

v2023.7.1

01 Jul 13:31
7b1164c
Compare
Choose a tag to compare
  • Remove --profile for html language ID in djlint.languages setting.

v2023.7.0

01 Jul 12:53
1e86488
Compare
Choose a tag to compare
  • Add a new, more reliable linter output parser. It requires djLint ≥ 1.25, but you can use the old parser by disabling djlint.useNewLinterOutputParser.
  • Improve error messages by adding a command to update djLint.

v2023.6.2

30 Jun 22:37
170cf34
Compare
Choose a tag to compare
  • Replace djlint.guessProfile setting with more flexible djlint.languages setting, which allows to control for which files types and with which --profile parameter djLint runs.
  • Change logic of setting current working directory to support relative djlint.configuration path.
  • Improve the error message that djLint is not installed.
  • Add event handlers for changing djlint.enableLinting setting.

v2023.6.1

13 Jun 08:35
ff57424
Compare
Choose a tag to compare
  • Add support for --max-blank-lines option added in djLint v1.31.0.

v2023.6.0

02 Jun 20:04
2214f47
Compare
Choose a tag to compare
  • Add support for --no-function-formatting and --no-set-formatting options added in djLint v1.30.2.

v2023.5.2

30 May 12:45
0f81658
Compare
Choose a tag to compare
  • Change djlint.configuration option type from string | null to string.
  • Minor refactoring.
  • Switch from webpack to esbuild.