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
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,24 +31,14 @@ 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
- Validation of `metadata.json` files
24
39
- Import from `puppet resource` directly into manifests
25
40
- Node graph preview
26
41
27
-
28
-

29
-
30
-
## Requirements
31
-
32
-
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