You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,6 +47,10 @@ Syntax highlighting uses [puppet-lint](https://github.com/rodjek/puppet-lint) an
48
47
49
48
As part of IntelliSense and Snippets, you can quickly create blocks of code
50
49
50
+
### Linting
51
+
52
+
Our validation uses [puppet-lint](https://github.com/rodjek/puppet-lint) to validate the Pupept syntax in all open puppet files. Linting is automatically applied to the document as you edit, without having to save the file first.
53
+
51
54
### Puppet Resource
52
55
53
56
You can import existing resources directly using `puppet resource`
@@ -68,31 +71,40 @@ You can preview the [node graph](https://puppet.com/blog/visualize-your-infrastr
68
71
69
72
The node graph will appear next to the manifest
70
73
74
+
## Installing the Extension
71
75
72
-
## Extension Settings
73
-
74
-
Coming!
75
-
76
-
<!-- TODO -->
76
+
You can install the official release of the Puppet extension by following the steps
77
+
in the [Visual Studio Code documentation](https://code.visualstudio.com/docs/editor/extension-gallery).
78
+
In the Extensions pane, search for "jpogran-puppet" extension and install it there. You will
79
+
get notified automatically about any future extension updates!
77
80
78
-
## Known Issues
81
+
## Reporting Problems
79
82
80
-
None yet.
83
+
If you're having trouble with the PowerShell extension, please follow these instructions
84
+
to file an issue on our GitHub repository:
81
85
82
-
##Release Notes
86
+
### 1. File an issue on our [Issues Page](https://github.com/PowerShell/vscode-powershell/issues)
83
87
84
-
**Note** Not released yet. Work in Progress
88
+
Make sure to fill in the information that is requested in the issue template as it
89
+
will help us investigate the problem more quickly.
85
90
86
-
### 0.0.3
91
+
### 2. Capture verbose logs and send them to us
87
92
88
-
Puppet Parser validate linter added
93
+
If you're having an issue with crashing or other erratic behavior, add the following
0 commit comments