ENHANCEMENTS:
- Link to documentation from module source for registry modules (#874)
- Provide refresh mechanism for
module.providers
when providers change (#902) - Provide refresh mechanism for
module.calls
when module calls change (#909) - Add support for
workspace/didChangeWatchedFiles
notifications for*.tf
&*.tfvars
(#790) - Improve performance by reducing amount of notifications sent for any single module changes (#931)
BUG FIXES:
- Ignore duplicate document versions in
textDocument/didChange
(#940)
INTERNAL: