ENHANCEMENTS:
- Ask for init if current folder is empty root module (#257)
- Display provider versions in completion/hover detail (#329)
- Expose
terraform.validate
as command for language clients (#323) - Expose
terraform.init
as command for language clients (#325) - Add human readable name to
rootmodules
command API (#332) - Expose server version via LSP (#318)
BUG FIXES:
- Avoid crashing when no hover data is available for a position (#320)
INTERNAL:
- Replace
sourcegraph/go-lsp
with gopls'internal/lsp/protocol
(#311)