Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental language server support #439

Merged
merged 2 commits into from
Sep 28, 2019
Merged

Experimental language server support #439

merged 2 commits into from
Sep 28, 2019

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Sep 15, 2019

Fixes #275

This PR introduces a new option tflint --langserver. This server communicates with a client via stdio according to the specification of Language Server Protocol. In this experimental implementation, only textDocument/publishDiagnostics is supported.

You can try the server immediately with A PoC of the language server client:

lsp_demo

This client is a PoC and will not be published. In the future, we hope to support this LSP server with vscode-terraform plugin etc.

@wata727 wata727 force-pushed the langserver2 branch 9 times, most recently from 14b06a8 to 2bebb07 Compare September 22, 2019 07:52
@wata727 wata727 marked this pull request as ready for review September 22, 2019 08:10
@wata727 wata727 force-pushed the langserver2 branch 12 times, most recently from ed0303e to eaf49ed Compare September 23, 2019 13:00
@wata727 wata727 merged commit 2e57061 into master Sep 28, 2019
@wata727 wata727 deleted the langserver2 branch September 28, 2019 05:40
@FernandoMiguel
Copy link

wonder if these two issues can be tracked together ?
hashicorp/vscode-terraform#337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

LSP support
2 participants