File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,9 @@ All notable changes to the "vscode-puppet" extension will be documented in this
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7- <!--
87## Unreleased
98
10- Add unreleased changes here
11- -->
9+ - Added context menus for Puppet Resource and Nodegraph preview
1210
1311## 0.4.6 - 2017-06-29
1412
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Our validation uses [puppet-lint](https://github.com/rodjek/puppet-lint) to vali
5555
5656You can import existing resources directly using ` puppet resource `
5757
58- 1 . Open the command palette (` Ctrl+Shift+P ` )
58+ 1 . Open the command palette (` Ctrl+Shift+P ` ) or right click on a puppet file and select the menu entry
5959
60602 . Type ` puppet resource ` and press enter
6161
@@ -65,7 +65,7 @@ You can import existing resources directly using `puppet resource`
6565
6666You can preview the [ node graph] ( https://puppet.com/blog/visualize-your-infrastructure-models ) of a manifest while you edit your Puppet Code.
6767
68- 1 . Open the command palette (` Ctrl+Shift+P ` )
68+ 1 . Open the command palette (` Ctrl+Shift+P ` ) or right click on a puppet file and select the menu entry
6969
70702 . Type ` puppet open node ` .. and press enter
7171
You can’t perform that action at this time.
0 commit comments