Skip to content

Commit 8e2bbb8

Browse files
authored
Merge pull request #593 from glennsarti/add-puppetfile-resolver
(GH-592) Add Puppetfile resolver in Puppet-Editor-Services
2 parents 792df9d + abc4fb0 commit 8e2bbb8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ tmp/
66
// Ignore generated module output
77
*.vsix
88
.vscode-test
9+
10+
// Ignore temporary vendoring files
11+
editor_services.zip

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.21.0",
66
"editorComponents": {
77
"editorServices": {
8-
"release": "0.22.0"
8+
"release": "0.23.0"
99
},
1010
"editorSyntax": {
1111
"release": "1.3.4"
@@ -395,6 +395,11 @@
395395
"type": "string",
396396
"description": "The IP address or hostname of the remote Puppet Editor Service to connect to, for example 'computer.domain' or '192.168.0.1'. Only applicable when the editorService.protocol is set to tcp"
397397
},
398+
"puppet.validate.resolvePuppetfiles": {
399+
"type": "boolean",
400+
"default": true,
401+
"description": "Enable/disable using dependency resolution for Puppetfiles"
402+
},
398403
"puppet.editorService.tcp.port": {
399404
"type": "integer",
400405
"description": "The TCP Port of the remote Puppet Editor Service to connect to. Only applicable when the editorService.protocol is set to tcp"

0 commit comments

Comments
 (0)