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

Introduce go-to-variable from module input name #700

Merged
merged 12 commits into from
Nov 23, 2021
Merged

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    6917367 View commit details
    Browse the repository at this point in the history
  2. Introduce go-to-variable from module input name

    Basically just reflecting all breaking changes upstream
    in hcl-lang and terraform-schema.
    radeksimko committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    548a119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca10955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb7717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6b6033 View commit details
    Browse the repository at this point in the history
  6. fix: Ensure only relevant origins/targets are in PathContext

    This prevents over-estimation of references in code lens
    as a result of mistakenly reusing module references in variable files.
    radeksimko committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    03893f3 View commit details
    Browse the repository at this point in the history
  7. fix: mark duplicate module operation as done

    This is to prevent deadlock in tests, which may still occasionally
    end up in a situation where two or more of the same operations
    are scheduled at a time.
    radeksimko committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d69e70d View commit details
    Browse the repository at this point in the history
  8. reduce go test timeout

    radeksimko committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d15985e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e6f1c7 View commit details
    Browse the repository at this point in the history
  10. Update internal/langserver/handlers/hooks_module.go

    Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
    radeksimko and dbanck authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    4cea392 View commit details
    Browse the repository at this point in the history
  11. Update internal/langserver/handlers/hooks_module.go

    Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
    radeksimko and dbanck authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    5fc0fc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. fix PathOrigin matching

    radeksimko committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    4f058f2 View commit details
    Browse the repository at this point in the history