You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've only got around to testing the #327 feature now and noticed that the behavior doesn't seem to be as expected in regards to the kind sent in the response. If the client is asking for the source.formatAll.terraform-ls kind then that is the kind that should also be included in the response, otherwise the client will ignore the response (at least ST implementation but I'm fairly certain that VSCode would do the same).
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I've only got around to testing the #327 feature now and noticed that the behavior doesn't seem to be as expected in regards to the
kind
sent in the response. If the client is asking for thesource.formatAll.terraform-ls
kind then that is the kind that should also be included in the response, otherwise the client will ignore the response (at least ST implementation but I'm fairly certain that VSCode would do the same).Server Version
Terraform Version
Client Version
Terraform Configuration Files
Log Output
textDocument/codeAction Request:
textDocument/codeAction Response:
Expected Behavior
The response includes the
source.formatAll.terraform-ls
kind.The document is formatted.
Actual Behavior
The response includes the
source.fixAll
kind.The document is not formatted.
Steps to Reproduce
source.formatAll.terraform-ls
to the list of code actions triggered on save (done differently depending on the editor of choice)The text was updated successfully, but these errors were encountered: