-
Notifications
You must be signed in to change notification settings - Fork 182
Vscode asking about to install terraform #568
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
Comments
If you have Terraform CLI installed, I would assume this just means it's not available in the Can you try following some of the debugging steps I mentioned in this comment? #552 (comment) |
Yes, I've Terraform CLI installed via brew manager which terraform So as you can see it's on well known OS PATH launchctl getenv PATH - ended with 0 code but empty result echo $PATH BTW all syntax highlighting is working and auto-completion too, only notification that I need install CLI always appears |
@zipper-krew Can you try relaunching VS Code from the terminal so that it inherits the environment of the active shell? e.g. code ./directory |
@radeksimko it works fine if i run from terminal as |
Issue fixed by adding PATH to |
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. |
Vscode is always asking about to install terraform, but terraform and terraform-ls already installed. See screen above
The text was updated successfully, but these errors were encountered: