Skip to content

Commit deabd36

Browse files
committed
(maint) Update changelog and add examples
This commit updated the changelog with implemented tickets and adds examples to the readme.
1 parent bcaf1de commit deabd36

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
### Added
10+
11+
- ([GH-476](https://github.com/lingua-pupuli/puppet-vscode/issues/476)) Add Bolt commands
12+
- ([GH-477](https://github.com/lingua-pupuli/puppet-vscode/issues/477)) Add Bolt yaml snippets
13+
914
## [0.16.0] - 2019-01-25
1015

1116
### Added

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ In Puppet VSCode Extension v0.17.0 release support for Puppet Bolt was added. Fu
253253

254254
The first step in this is enabling parsing Bolt Plans. This means when opening a Puppet module with Puppet Bolt plans or a folder with a Puppet Bolt plan file the Puppet VSCode Extension will no longer log an error in the Problems Pane for failing to parse Puppet Bolt Plan keywords. You will get symbol support (OutlineView and Breadcrumbs) as well as syntax highlighting. Subsequent releases will focus on adding intellisense, autocompletion, hover support and other advanced editor features. This work is tracked in the [Puppet Bolt Support Github project](https://github.com/orgs/lingua-pupuli/projects/20)
255255

256+
#### Puppet Bolt Commands and Snippets
257+
258+
We have added support for VSCode Command Palatte commands for opening Bolt user config and inventory yaml files. We have also added support for yaml snippets for common operations in Bolt yaml files.
259+
260+
![bolt_command_palatte](docs/assets/bolt_config_command.gif)
261+
262+
![bolt_command_palatte](docs/assets/bolt_inventory_command.gif)
263+
256264
### Debugging Puppet manifests
257265

258266
**Note - This is an experimental feature**
234 KB
Loading
426 KB
Loading

0 commit comments

Comments
 (0)