Skip to content

Commit 50086bf

Browse files
committed
(GH-92) Add info to the readme and updated changelog unreleased section
1 parent 09721b3 commit 50086bf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

client/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ All notable changes to the "vscode-puppet" extension will be documented in this
44

55
Check [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

client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Our validation uses [puppet-lint](https://github.com/rodjek/puppet-lint) to vali
5555

5656
You 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

6060
2. Type `puppet resource` and press enter
6161

@@ -65,7 +65,7 @@ You can import existing resources directly using `puppet resource`
6565

6666
You 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

7070
2. Type `puppet open node`.. and press enter
7171

0 commit comments

Comments
 (0)