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
This addresses most of the concerns in GH-99 by updating the readme
instructions. It reorders the sections to put the requirements and quick start
first along with miscellaneous edits
Open any Puppet manifest with the extension '.pp' or 'epp' and the extension will load automatically. Once loaded the extension will be available for the duration of the session.
23
+
24
+

25
+
12
26
## Platform support
13
27
14
28
- Microsoft Windows
@@ -17,23 +31,13 @@ This extension provides full Puppet Language support for [Visual Studio Code](ht
17
31
18
32
## Features
19
33
20
-
-[Syntax highlighting](#Syntax_Highlighting)
21
-
-[Code snippets](#Code_snippets)
34
+
- Syntax highlighting
35
+
- Code snippets
36
+
- Linting
22
37
- IntelliSense for resources, parameters and more
23
38
- Import from `puppet resource` directly into manifests
24
39
- Node graph preview
25
40
26
-
27
-

28
-
29
-
## Requirements
30
-
31
-
You will need to have Puppet Agent installed in order to fully use this extension. You can find instructions and installation links here:
0 commit comments