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 snippets file in favor of terraform-ls #1830

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. Remove snippets file in favor of terraform-ls

    This commit removes the static snippets file in favor of using the Terraform Language Server to provide snippets completions.
    
    The file was a legacy feature from when there was no language server to provide more specific snippets. These snippets used the existing VS Code api to provide a minimal completion experience, but there was no facility to control when or where these snippets appeared. This frequently caused confusion for users as the snippets in the file were not always relevant to the current context and could not be disabled.
    
    The Terraform Language Server provides a more powerful and context-aware completion experience that can suggest completions for all Terraform language constructs. This is combined with the `editor.suggest.preview` and `terraform.experimentalFeatures.prefillRequiredFields` settings to provide a more accurate and helpful completion experience.
    jpogran committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a284779 View commit details
    Browse the repository at this point in the history