Paul Tyng
Paul Tyng
The `mauve.terraform` extension is being renamed to `hashicorp.terraform` around June 4th, 2020. Since you have a dependency on this extension, you will need to update your **package.json** to point to...
I took a quick pass through the code but didn't see any references i18n. Do you have plans to offer multiple language support for content? Is this something that's better...
This exists in Goreleaser, see #47 Terraform has one as an example: https://github.com/ScoopInstaller/Main/tree/master/bucket Not sure if this can be fully automated, never really used Scoop myself, you will need to...
https://microsoft.github.io/language-server-protocol/specification#textDocument_foldingRange There are generally three "kinds" of foldable ranges that LSP supports natively: - comments - imports - "regions" - to allow folding a user-labelled region via special syntax where...
Related to #55 and #47, this is the new Windows package manager from Microsoft.
I'm not sure if this is a VS Code or LS thing, but it would be nice to be able to paste string values in to literal strings in HCL...
This is an extension of the work in #73. --- ## Use Cases Windows users may have network shared folders at a location such as `\\server-host\folder`. These can be opened...
Related to #109, it would be useful to specify a relative path from the configuration directory to a Terraform binary, or to support a list of discovery paths.
Similar to the gopls go.mod implementation: 