-
Notifications
You must be signed in to change notification settings - Fork 180
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
It doesn't follow symlinks #1658
Labels
bug
Something isn't working
Comments
It is true we don't currently support symlinks. We already track this under hashicorp/terraform-ls#1398 and hashicorp/terraform-ls#1409. This report is however still appreciated as it brings another angle to show why it's important to address it. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extension Version
v2.29.1
VS Code Version
Version: 1.85.1
Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2
Date: 2023-12-13T09:47:11.635Z
Electron: 25.9.7
ElectronBuildId: 25551756
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Linux x64 6.6.8-zen1-1-zen
Operating System
ArchLinux (up to date)
Terraform Version
Terraform v1.6.6 on linux_amd64
Steps to Reproduce
locals { test = "test" }
local.test
as a string.code -n .
into the directory of step no.2Expected Behavior
No syntax error is shown about
local.test
Actual Behavior
A syntax error about "missing definition of
local.test
" is shown until a do a manual "terraform validate" .After that the syntax error is gone for good. :/
Terraform Configuration
No response
Project Structure
No response
Gist
No response
Anything Else?
No response
Workarounds
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: