Skip to content

0.4.0

Compare
Choose a tag to compare
@jpogran jpogran released this 24 Nov 18:36
· 1037 commits to main since this release

Added

  • A functional Language Server for the Puppet language
    • Real time puppet lint
    • Auto-complete and Hover support for many puppet language facets
    • Auto-complete and Hover support for facts
    • 'puppet resource' support
    • Preview node graph support
  • Extension can load a local Language Server if Puppet Agent is present on Windows, Mac and Linux
  • Tested on older Puppet versions (4.7 LTS series)
  • Added testing on Travis and Appveyor

Fixed

  • Completion and Hover provider didn't load puppet modules
  • Implemented textDocument/didClose notification
  • Extension building is functional and automated in a gulpfile
  • Fixed completion at file beginning on new lines and on keywords