juliosueiras / terraform-lsp

Language Server Protocol for Terraform
MIT License
579 stars 37 forks source link

fix: Create destination directory if it does not exist. #84

Closed denisse-dev closed 4 years ago

denisse-dev commented 4 years ago
  1. Why is this change neccesary? Because the destination directory may not exist on the users machine.

  2. How does it address the issue? By implementing an order-only prerequisite to the copy recipe that creates the destination directory if it does not exist.

  3. What side effects does this change have? None!

Closes #83

juliosueiras commented 4 years ago

k, thanks =) , will take a look