Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information