From 5469e4c600f8cd694d6cddaf63ba2cdba79c59d9 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Tue, 7 Jul 2020 19:31:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 065f81900..c31376c10 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you are using a Terraform version prior to 0.12.0, you can install the pre-tr ## Known Issues * Multi-folder workspaces are not yet supported. ([info](https://github.com/hashicorp/vscode-terraform/issues/329#issuecomment-639378948)) -* Single-folder workspaces in which the root module is not the top-level folder are not supported. ([info](https://github.com/hashicorp/vscode-terraform/issues/329#issuecomment-639107179)) +* A number of different folder configurations (specifically when your root module is not a parent to any submodules) are not yet supported. ([info](https://github.com/hashicorp/terraform-ls/issues/32#issuecomment-649707345)) ## Credits