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

Add .terragrunt-cache to skipDirNames #666

Merged
merged 2 commits into from
Oct 11, 2021

Commits on Oct 5, 2021

  1. Add .terragrunt-cache to skipDirNames

    In a large terragrunt live repo with many distinct configurations having
    many cross dependencies, there can exist a large number of
    `.terragrunt-cache` directories, each of which can contain a large
    number of modules. There seems to me no good reason for language server
    to walk these directories. In some case I was experiencing several
    seconds of `formatOnSave` latency. This change removes that issue for
    me.
    davemac30 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    3c36fb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    58d1ee4 View commit details
    Browse the repository at this point in the history