We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d0664 commit bcd64c0Copy full SHA for bcd64c0
package.json
@@ -20,6 +20,19 @@
20
"type": "git",
21
"url": "https://github.com/lingua-pupuli/puppet-vscode/issues"
22
},
23
+ "qna": "https://stackoverflow.com/questions/tagged/visual-studio-code+puppet",
24
+ "badges": [
25
+ {
26
+ "url": "https://travis-ci.org/lingua-pupuli/puppet-vscode.svg?branch=master",
27
+ "href": "https://travis-ci.org/lingua-pupuli/puppet-vscode",
28
+ "description": "Continuous integration (Travis)"
29
+ },
30
31
+ "url": "https://ci.appveyor.com/api/projects/status/8ke8fhdt9a7j688m/branch/master?svg=true",
32
+ "href": "https://ci.appveyor.com/project/lingua-pupuli/puppet-vscode/branch/master",
33
+ "description": "Continuous integration (Appveyor)"
34
+ }
35
+ ],
36
"engines": {
37
"vscode": "^1.30.0"
38
0 commit comments