Terraform Lsp Versions Save

Language Server Protocol for Terraform

v0.0.12

3 years ago

Changelog

b0a5e4c Added Support for Terraform 0.14 and 0.15 8d09c4c Update README for Terraform v0.15 a503e90 Added Current Target to finish 883f5c1 Merge branch 'master' of github.com:juliosueiras/terraform-lsp 4d5f533 Merge pull request #84 from da-edra/fix/create-destination-directory ebf8145 Merge pull request #85 from awilkins/fix/nix-build f86469a Merge pull request #87 from braybaut/feature/coc-nvim 28a2759 coc-nvim documentation b838dd8 Stop trying to be a smartarse about arrays e96c2b6 Actually use the contains function properly 7bc9f0f Try quoting the expression the other way 8d2a83c Try quoting the expression 8717583 Fix quotes style 4c1a40f Add a trigger for rebuilds with a comment ee30842 Add missing vendorSha256 parameter e169b75 fix: Create destination directory if it does not exist. 2e556c2 Merge branch 'master' of github.com:juliosueiras/terraform-lsp 0f374a5 Merge pull request #82 from beeceej/fix/makefile-compat f78c05b Feat(build): make copy depend on build ad53d84 Feat(docs): add example for the DST flag 465ba71 Feat(build): fix Makefile when building on MacOS

v0.0.11-beta2

3 years ago

Changelog

deebe72 Updated goreleaser a362302 Updated README 4e41925 Updated README 96f8c97 Updated README.md d13a205 Merge pull request #79 from awilkins/github-actions c8b2d67 Merge branch 'master' into github-actions bc838af Added test github action 39564a4 Tidy the go modules 6b82419 Added serve subcommand for vscode-terraform cc17add Added Support for 0.13.0 provider binary search 5d690cd Obsolete nix package 7adcafa Remove unsupported param (docs need updating!) d7fda8c Broken nix version ae08c63 Format file a bit better and add go version f3e9952 Remove broken Travis workflow 6974942 Add a release workflow 40172db Nest workflow properly b13db8d Add OSX build 9ad107c Revendor b40851f Added a github Actions workflow 85ae1ef Update README 2e23911 go mod tidy b3dd863 Update README in relation to terraform-ls 26e8a12 Updated go.mod 4723974 Updated vendor

v0.0.11-beta1

4 years ago

Changelog

26e8a12 Updated go.mod 4723974 Updated vendor 480b2d4 Updated release.sh for testing 9fd7728 Added basic snippet and fixed map and array completion bug, close #60 2442e34 Merge pull request #65 from AubreySLavigne/viper-flags 1efb5ef Implement Viper to manage flags 5111a91 Run gofmt 3626372 Merge pull request #63 from juliosueiras/features/tcp-server 98502e3 Fixed publish diags for TCP and added debug log option for jrpc2 75d62a2 Added mock initialized 72f382b Simplified ServiceMap de96999 Added loggig for tcp portion 28ac09f Fixed port assignment 9b9b4d8 Added TCP Server mode(however need to find out how to push msgs) 569bb8a Updated jrpc2 to 0.4.2 b05a499 Merge pull request #61 from AubreySLavigne/fix-uri-scheme-stripping 4bd8b99 Merge branch 'master' into fix-uri-scheme-stripping 3a7608c Merge pull request #61 to fix the pathing issue fully ef4774b Fix scheme stripping of file URI 8a4b03e Fixed path.module in lazy completion 75b31ea Fixed windows path issue again f01c300 Added error checks for locals expr and start of lazy eval completion 71b6183 Did go fmt, also fixed windows path.module issue 5edc509 Added terragrunt error check aee4615 Added path.cwd and path.module with correct path, Added error check for tfvars

v0.0.10

4 years ago

Changelog

058c36f Restrict search path to 4 level deep cb1f396 Updated README to indicate go 1.12 is require 1d7486f Made goreleaser to use vendor folder f71fc7f Updated goreleaser 155a192 Updated goreleaser 9a59bb0 Updated vendor d253e8b Fixed windows path issue and added log level 8cf7039 Updated vendor b503cab Switched to use collection of clients rather restarting client each time tf providers 827f992 Switched to use In-Memory FileSystem for file manipulation 2c6a29f Merge pull request #46 from dohq/feat/add-shutdown 5ce1b76 Merge pull request #56 from andrewimeson/adi/docs-improvements 479c03c docs: Improve install instructions, typos, formatting 01cf586 Revert "[fix] go1.13 build error cause xerrors" 46234ed Revert "[fix] nix build sha256 hash" daa46fe Bump Terraform version to 0.12.20 b0c8026 Merge pull request #48 from alindeman/xerrors ca83134 Switch mod256 to null for better build steps 096b231 Bump xerrors to latest 66fb732 Merge pull request #45 from zimbatm/nix-composable 98a2fea [fix] nix build sha256 hash a5f540e [fix] go1.13 build error cause xerrors ce3e39a [mod] return os.Remove error and os.Exit d8f904a [mod] add Shutdown handler 92728b0 nix: make composable f6356b6 Merge pull request #43 from endzyme/fix-broken-eval-vars f0e2305 Fixes #29 - Adjusted variables to check against c640a1b Update nix hash df68c8a Update default.nix a3dccc4 Updated default.nix c845f1c Update nix hash 133d173 Updated nix build 3cd20df Updated mods b80033a Updated vendor bc9c941 Added vendor folder to test single command install 8fe6b6e Updated nix hash 13fbf76 Updated Todo b0f7ddf Updated README for Todo db404e0 Revamp README b32c373 Switch from HCL2 deps to HCL's v2 deps 82f0e33 Fix Typo 5938fa0 Added docs about vscode-terraform 8ab5890 Updated README for sublime text 65a0c66 Restructure LSP from single file to modular 23dbf68 Fix nix hash 82a704e Merge pull request #23 from pdecat/search_parent_dirs_and_cache 211e07c Added -version flag 5def39e Search plugins in parent dirs for .terraform and in global plugin cache dir

v0.0.9

4 years ago

Changelog

3ecb10a Updated version in nix build 0ec230e Added nil check for extra tf files

v0.0.8

4 years ago

Changelog

5ac14b3 Push for v0.0.8

v0.0.7

4 years ago

Changelog

0824e55 Fix import issue f2efba4 Omit hover for now due to error prone

v0.0.6

4 years ago

Changelog

e10e990 Updated nix hash fcc07b3 Fix build due to git.apache.org/thrift shutdown 1792fda Readded nix to travis 7d1c199 Added Resources & Data Sources type checking ce56f2c Added Plan document c28a857 Merge branch 'master' of github.com-juliosueiras:juliosueiras/terraform-lsp cb72e8e Updated modules 2e9d774 Added simple path into decode 4be8443 Merge pull request #14 from calve/patch-1 0c4dc78 Document usage with emacs lsp-mode

v0.0.5

4 years ago

Changelog

3b10a79 Update goreleaser config 7848ec9 Updated modules hash

v0.0.3-testing

4 years ago

Changelog

1c9a8c7 testing travis 6ba7510 Testing travis ea8340d Testing travis e7e89e1 Testing travis f13409c Testing travis 87059f0 Testing goreleaser in travis 3bbded3 Testing travis config 1818764 Testing travis config 65f6af9 Updated to the latest Terraform sdk and added autocompletion for provisioners e83a6b1 Fixed completion missing issue b5c09e3 Updated Todo 8c4728a Added local vars completion a6e1c96 Rename cli option for logs 598ddaa Merge branch 'master' of https://github.com/juliosueiras/terraform-lsp 44cef2b Added cli option for logs c6be91f Updated hash for jrpc2 a6e8d69 Merge pull request #8 from creachadair/jrpc2update f02a848 Update the location of the jrpc2 module. b09404e Updated terraform sdk to v0.12.2 19b28ce Fixed hash issue in nix build