-
Notifications
You must be signed in to change notification settings - Fork 182
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
Should work when using multiple children projects #417
Comments
Hi @Sytten The new version will walk through the hierarchy of directory opened in VSCode and attempt to add any initialized root modules (any directories which have been VSCode should prompt you for the update on a fresh launch, or you can just try restarting it. |
We are also adding support for manual specification of root module folders as a workaround while discovery is improved on the LS, you can track that in #396. If your structure isn't covered in 0.4.0 as suggested by Radek above, you can track improvements in the LS for different folder structures in hashicorp/terraform-ls#32 |
The feature |
Relative paths are tracked under hashicorp/terraform-ls#235 - that is something we will ship independently of the extension's release cycle. |
I think this is fixed now, unless somebody has a particular usecase that doesnt work I propose we close the issue |
Since there are no further comments, I'll close it. Please open a new issue if needed. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Before this update, I was able to managed all my projects even if I opened a parent folder containing multiple projects, now it just fails to init with the message
Workspace not initialized. Please run terraform init
.It is very common to have a lot of projects in a decent architecture, something like:
Or even something like
The text was updated successfully, but these errors were encountered: