hcl-lang icon indicating copy to clipboard operation
hcl-lang copied to clipboard

WIP - Support single file context

Open ansgarm opened this issue 11 months ago • 0 comments

This change consists of the following three PRs: https://github.com/hashicorp/hcl-lang/pull/435 https://github.com/hashicorp/terraform-schema/pull/430 https://github.com/hashicorp/terraform-ls/pull/1889


This change allows implementations of PathContext() to return different contexts based on the current filename

This makes it possible for Terraform Test files to each have their own context that is not shared between tests in the same directory

ansgarm avatar Dec 06 '24 16:12 ansgarm