Under the hood, the VSCode extension djlint should take care of installing djlint with pip or whatever in an isolated environment, which should be removed whenever we remove the extension. I shouldn't need to add this dependency to my pyproject.toml (with poetry) just to make the VSCode extension work.
Under the hood, the VSCode extension
djlintshould take care of installingdjlintwith pip or whatever in an isolated environment, which should be removed whenever we remove the extension. I shouldn't need to add this dependency to mypyproject.toml(with poetry) just to make the VSCode extension work.