Julio Sueiras

Results 34 comments of Julio Sueiras

this is the coc config I use ```json { "languageserver" : { "terraform" : { "args" : [ "serve" ], "command" : "terraform-lsp", "filetypes" : [ "terraform", "tf" ], "rootPatterns"...

@alexaxms can you try the above(and make sure is on 0.0.12 for the lsp as well as `terraform init` is already executed)

can you update this https://github.com/breed808/terraform-lsp/blob/jrpc2_update/default.nix#L9 with `06427z3lxvqv0vvi2gwni4416aw73qhd0v6nqb86qhkww7zimpip` ?

![Screenshot from 2021-12-18 19-47-36](https://user-images.githubusercontent.com/3680302/146659598-e79f225c-4b61-4fdf-b578-8f75529b0a54.png) ![Screenshot from 2021-12-18 19-52-25](https://user-images.githubusercontent.com/3680302/146659605-8e77e37b-f794-4184-a40f-857a3570abcc.png) Doing a basic nix-store cataloger, since drv files doesn't get include the docker build when you are using dockerTools(which is more common...

created the draft PR #1107 , which is based on the Deb cataloger, there is still the bug of certain stuff(that doesn't have version) not splitting correctly

a quick note: the drv(json file refer from the earlier comment chain) is something that only exist on the build machine, not the finish artifact, so if an image is...