terraform-linters / tflint

A Pluggable Terraform Linter
Mozilla Public License 2.0
4.98k stars 357 forks source link

`make release`: invoke `$EDITOR` in shell #1971

Closed bendrucker closed 9 months ago

bendrucker commented 9 months ago

$EDITOR should be handled as a shell command and not passed directly to exec.

VS Code, for example, needs $EDITOR to be set to code --wait --new-window to get the desired behavior.