Releases: puppetlabs/puppet-vscode
Releases · puppetlabs/puppet-vscode
0.7.1
0.7.0
- (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
0.6.0
0.4.5
0.4.2
0.4.0
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