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

Remove outdated LSP comparison from README #1641

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,4 @@ Please refer to [.github/CONTRIBUTING.md](.github/CONTRIBUTING.md) for more info

The server will collect data only if the _client_ requests it during initialization. Telemetry is opt-in by default.

[Read more about telemetry](./docs/telemetry.md).

## `terraform-ls` VS `terraform-lsp`

Both HashiCorp and [the maintainer](https://github.com/juliosueiras) of [`terraform-lsp`](https://github.com/juliosueiras/terraform-lsp)
expressed interest in collaborating on a language server and are working
towards a _long-term_ goal of a single stable and feature-complete implementation.

For the time being both projects continue to exist, giving users the choice:

- `terraform-ls` providing
- overall stability (by relying only on public APIs)
- compatibility with any provider and any Terraform `>=0.12.0`
- currently less features
- due to project being younger and relying on public APIs which may not
offer the same functionality yet

- `terraform-lsp` providing
- currently more features
- compatibility with a single particular Terraform (`0.12.20` at time of writing)
- configs designed for other `0.12` versions may work, but interpretation may be inaccurate
- less stability (due to reliance on Terraform's own internal packages)
[Read more about telemetry](./docs/telemetry.md).
Loading