Releases: puppetlabs/puppet-editor-services
Releases · puppetlabs/puppet-editor-services
0.19.0
0.19.0 - 2019-03-24
Added
- (GH-111) Add puppet-version command line argument
Fixed
- (Commit) Use UTF8 for JSON files in the Language Server Sidecar
- (GH-113) Rescue errors when running Facter 2.x
Changed
- (GH-110) Autogenerate Ruby Language Server Protocol files from Typescript
0.18.0
0.18.0 - 2019-02-05
Added
- (GH-24) Allow parsing of manifests in tasks mode
Fixed
- (Commit) Fix validation of puppetfiles
- (Commit) Fix parsing at beginning of a document
0.17.0
0.17.0 - 2018-12-14
Added
- (GH-20) Add support for Control Repositories for intellisense e.g. hover, completion
- (GH-88) Add a workspace symbol provider
Changed
- (GH-35) Update Language Server command arguments to be like Sidecar
0.16.0
0.16.0 - 2018-11-30
Added
- (GH-75) Add a node completion item snippet
- (GH-68) Language Server should evaluate the locally edited workspace
Fixed
- (GH-67) Make resource completion smarter
- (GH-34) Autocomplete and hover should retrieve defined types and classes
0.15.1
0.15.1 - 2018-10-30
Fixed
- (GH-66) Go to defintion does not work with paths with leading slash
0.15.0
0.15.0 - 2018-08-18
Added
- (GH-56) Add DocumentSymbol Support
- (GH-40) Add Sidecar process for the Language Server
Fixed
- (GH-54) Support Puppet 6 in the Language Server
- (GH-51) Fixed handling of errors during class loading
0.14.0
0.14.0 - 2018-08-17
Fixed
- (GH-49) Prevent an infinite loop when using stdio
0.13.0
0.13.0 - 2018-07-21
Changed
- (GH-36) Use automatic port assignment as default
Fixed
- (GH-31) Use canonical names for line based breakpoints
- (GH-46) Detect Puppet Environment correctly
- Minor fixes for rubocop
0.12.0
0.12.0 - 2018-06-01
Added
- (GH-28) Added basic Puppetfile validation
Changed
- (GH-22) Refactored language server files to have consistent names
Fixed
- (GH-26)
.puppet-lint.rc
was ignored in Control Repos
- (GH-14) Ignore environmentpath puppet setting if it does not exist
- (GH-10) Disabled the file cache if temp directory doesn't exist
0.11.0
0.11.0 - 2018-04-26
- (GH-11) Refactor the transport layers to loosen object coupling
- (GH-11) Fix STDIO server
- Stop bad logfile destinations from crashing the language and debug servers
- Add a packaging process
- Rename PuppetVSCode namespace to editor services
- Move the Editor Services out of the VS Code extension into a separate project