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
To allow a more straightforward configuration of linter settings for the language server, we expose those settings via the VS Code settings UI to the user.
We want to support running multiple linters simultaneously, so each supported linter will get an extra section for settings.
Expected User Experience
The settings UI for configuring a lint tool could look something like this:
With an extra headline above and tflint specific wording.
A user should be able to specify:
A path to the binary
Arguments for the binary
When to run the binary, e.g. on save or off
Proposal
Extend the contributes object inside the package.json with the new settings UI
This is part of #635
Problem Statement
To allow a more straightforward configuration of linter settings for the language server, we expose those settings via the VS Code settings UI to the user.
We want to support running multiple linters simultaneously, so each supported linter will get an extra section for settings.
Expected User Experience
The settings UI for configuring a lint tool could look something like this:
With an extra headline above and tflint specific wording.
A user should be able to specify:
Proposal
contributes
object inside thepackage.json
with the new settings UIterraform.languageServer.linters.tflint.binaryPath
terraform.languageServer.linters.tflint.binaryFlags
terraform.languageServer.linters.tflint.lintOnSave
The text was updated successfully, but these errors were encountered: