Skip to content

Releases: puppetlabs/puppet-vscode

0.7.1

24 Nov 18:35
Compare
Choose a tag to compare
  • (GH-157) Puppet Resource command hidden

0.7.0

24 Nov 18:35
Compare
Choose a tag to compare
  • (GH-115) Add Puppet Development Kit (PDK) integration
  • (GH-136) Create a better UI experience while Puppet loads
  • (GH-61) Create a better experience when language client fails
  • (GH-135) Fix incorrect logger when a client error occurs
  • (GH-129) Honor inline puppet lint directives
  • (GH-133) Fix issue with puppet 5.1.0
  • (GH-122) Show upgrade message with changelog
  • (GH-120) Allow custom Puppet agent installation directory
  • (GH-126) Fix completion provider with Puppet 5.2.0
  • (GH-110) Add extension analytics
  • (GH-138) Set extension analytics to prod
  • (GH-109) Randomize languageserver port
  • (GH-111) Parse puppet-lint.rc in module directory

0.4.6

24 Nov 18:36
Compare
Choose a tag to compare
  • Updated links in README
  • Added more information to package manifest
  • Minor updates to README

0.6.0

24 Nov 18:37
Compare
Choose a tag to compare
  • Fix packaging error where language server was not included

0.4.5

24 Nov 18:37
Compare
Choose a tag to compare

Changed

  • Updated badge link location in README

0.4.2

24 Nov 18:37
Compare
Choose a tag to compare

Changed

  • Updated badge links to use proper extension id

0.4.0

24 Nov 18:36
Compare
Choose a tag to compare

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