Releases: puppetlabs/puppet-vscode
Releases · puppetlabs/puppet-vscode
0.25.1
0.25.0
0.23.0
[0.23.0] - 2020-01-31
Added
- (GH-213) puppet-editor-services-0.24.0 Gather and use facts using sidecar
Fixed
- (GH-289) Fix paramter indentation after type declaration
- (GH-605) Use correct setting name for module path
- (GH-199) puppet-editor-services-0.24.0 Update stack trace tests for Puppet 5.5.18
0.22.0
Added
- (GH-592) Add Puppetfile resolver in Puppet-Editor-Services
- (GH-588) Add server telemetry pass through
- (GH-198) puppet-editor-services-0.23.0 Added the Puppetfile Resolver for more in-depth Puppetfile validation
- (GH-94) puppet-editor-services-0.23.0 Added better intellisense when inside Bolt plans
Changed
- (Commit) Sends PDK version telemetry on start
- (Commit) Update telemetry to v0.1.2
- (GH-592) Update Editor Services to version 0.23.0
- (GH-193) puppet-editor-services-0.23.0 Refactor the TCP and STDIO servers, protocols and handlers
- (Commit) puppet-editor-services-0.23.0 Update puppet-lint to version 2.4.2
Fixed
- (GH-579) Fix build script extract path
- (GH-199) puppet-editor-services-0.23.0 Fixes for Puppet 6.11.0
- (GH-139) puppet-editor-services-0.23.0 Provide completions for defined types
0.21.0
[0.21.0] - 2019-09-30
Added
- (GH-181) puppet-editor-services-0.22.0 Added completion for resource-like class (Julio Sueiras)
- (GH-177) puppet-editor-services-0.22.0 Add auto-align hash rocket formatter
- (GH-174) puppet-editor-services-0.22.0 Understand Puppet Data Types and hover provider support
Changed
- (maint) Convert gulp build script to psake
Fixed
- (GH-169) puppet-editor-services-0.22.0 Respond to protocol dependant messages correctly
- (GH-48) puppet-editor-syntax-1.3.4 Correctly tokenise if-else
Removed
- (GH-557) Remove Docker Connection Handler
0.20.0
[0.20.0] - 2019-08-30
Added
- (GH-2) docs-0.1.0 Puppet VSCode Website v1
- (GH-534) Puppet Module Metadata hover provider
- (GH-541) Check for latest PDK version and notify
Changed
- (GH-546) Update Puppet DAG svg icon
- (GH-55) puppet-editor-services-0.21.0 Allow Debug Server to work with Puppet 6
- (GH-106) puppet-editor-services-0.21.0 Update puppet-lint to 2.3.6
Fixed
- (GH-43) puppet-editor-syntax-1.3.3 Fix syntax highlighting for resource references and chain arrows
- (GH-34) puppet-editor-syntax-1.3.3 Comments in hashes should tokenize
Deprecated
- [maint] Puppet Docker Protocol deprecated in favor of Microsoft Remote Container Extension
0.19.0
[0.19.0] - 2019-07-19
Changed
- (GH-530) Enable extension with Puppet workspace files
- (GH-141) puppet-editor-services-0.20.0 Load all Puppet 4 API Features
- (GH-137) puppet-editor-services-0.20.0 Load Puppet 4 Custom Types, Defined Types and Classes
- (GH-121) puppet-editor-services-0.20.0 Load Puppet 4 Functions and Puppet 3 Functions
Fixed
- (GH-128) puppet-editor-services-0.20.0 Detect Puppet Plan files correctly
- (GH-147) puppet-editor-services-0.20.0 Gracefully fail on LoadError when compiling manifests
0.18.1
Added
Changed
- (GH-502) Switch default PuppetInstallType to PDK rather than the agent
- (GH-502) Automatically determine PuppetInstallType
- (GH-499) Add setting to allow disabling editor services
Fixed
- (GH-436) Fix extension "crash" after editing line of code
- (GH-132) puppet-editor-services-0.19.1 Suppress $stdout usage for STDIO transport
- (GH-118) puppet-editor-services-0.19.1 Fail gracefully when critical gems cannot load
- (GH-39) puppet-editor-syntax-1.3.2 Node definitions can only be strings
- (GH-38) puppet-editor-syntax-1.3.2 Fix highlighting of classes and functions
- (GH-37) puppet-editor-syntax-1.3.2 Tokenise variables within arrays
- (GH-32) puppet-editor-syntax-1.3.2 Highlight resource names and titles correctly
- (GH-30) puppet-editor-syntax-1.3.2 Highlight regex capture variables