This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
"Multi-line [single|double]-quoted string needs to be sufficiently indented" with inline Jinja #12
Labels
bug
Something isn't working
Summary
I often split long Jinja expressions over multiple lines, like so:
But the extension is marking them as an error, with the message shown in the issue title.
Instead it seems it wants me to do something like this:
Which imo does not really work visually.
Because the newlines are all within the Jinja templating, there doesn't seem to be any issues with it the way I have it. Since this extension is already aware of Jinja expressions I hope it could detect this case without showing errors in the file.
Extension version
1.0.3
VS Code version
1.57.1
Ansible Version
OS / Environment
Ubuntu 18.04 (WSL2)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: