Releases: djlint/djlint-vscode
Releases · djlint/djlint-vscode
v2023.7.5
- Make sure files with git scheme are not linted.
v2023.7.3
- Use execa for running djLint.
v2023.7.2
- 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
- Remove
--profile
for html
language ID in djlint.languages
setting.
v2023.7.0
- 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
- 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
- Add support for
--max-blank-lines
option added in djLint v1.31.0.
v2023.6.0
- Add support for
--no-function-formatting
and --no-set-formatting
options added in djLint v1.30.2.
v2023.5.2
- Change
djlint.configuration
option type from string | null
to string
.
- Minor refactoring.
- Switch from webpack to esbuild.