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