"Sorry, but there is no formatter for 'terraform'-files installed." with portable ZIP instance of VSCode
See original GitHub issueI am running VSCode (x64) v1.18.0 with v0.0.19 of this extension.
VSCode is being run from the extracted contents of a portable ZIP. It is not “installed” on the machine, just unzipped from the portable ZIP into a directory and executed from there.
I’m running the portable ZIP version due to a lack of admin rights, on a client-provided laptop for my current project. Admin rights may or may not be attainable, so I have to work without them for the time being.
When I choose the “Format Document” option from the command palette, I get the following error:
Sorry, but there is no formatter for 'terraform'-files installed.
I have also tried setting the path to the terraform.exe
in VSCode settings like so:
"terraform.path": "C:\\bin\\terraform.exe",
This doesn’t make any difference, unfortunately.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Hi, this should now be fixed in version 0.0.20, please give it a try! Thanks for your patience.
sorry no haven’t had the time to test yet. But re:Invent is over so it should get more chill now.
On Thu, Nov 30, 2017 at 11:36 AM, James Lucktaylor <notifications@github.com