juliosueiras / terraform-lsp

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

Fix Issue with `date` and hardcoded bin dir #82

Closed beeceej closed 4 years ago

beeceej commented 4 years ago

macos default date command doesn't seem to have the --rfc-3339=date flag. So this switches to a presumably more universal format string.

also adds the ability to override the default DST to ~/$(BIN) directories other than ~/.bin, and pulls shared commands into Make variables.

juliosueiras commented 4 years ago

thanks =)