Skip to content

Commit 831de8c

Browse files
author
James Pogran
authored
Merge pull request #474 from jpogran/GH-472-doc-puppet-bolt-support
(GH-472) Document Puppet Bolt Support
2 parents c295314 + da4d260 commit 831de8c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- [PDK New Class](#pdk-new-class)
3232
- [PDK Validate](#pdk-validate)
3333
- [PDK Test Unit](#pdk-test-unit)
34+
- [Puppet Bolt Support](#puppet-bolt-support)
3435
- [Debugging Puppet manifests](#debugging-puppet-manifests)
3536
- [Docker Language Server Support](#docker-language-server-support)
3637
- [Installing the Extension](#installing-the-extension)
@@ -244,6 +245,14 @@ You can run the test suite of your module using PDK using the VS Code command pa
244245

245246
![pdk_test_unit](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/pdk_test_unit.gif)
246247

248+
### Puppet Bolt Support
249+
250+
**Note - This is an experimental feature**
251+
252+
In Puppet VSCode Extension v0.17.0 release support for Puppet Bolt was added. Fully supporting an end to end Puppet Bolt editing experience is a multi-step process, so this is experimental for now.
253+
254+
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)
255+
247256
### Debugging Puppet manifests
248257

249258
**Note - This is an experimental feature**

0 commit comments

Comments
 (0)