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
Copy file name to clipboardExpand all lines: package.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"version": "0.21.0",
6
6
"editorComponents": {
7
7
"editorServices": {
8
-
"release": "0.22.0"
8
+
"release": "0.23.0"
9
9
},
10
10
"editorSyntax": {
11
11
"release": "1.3.4"
@@ -395,6 +395,11 @@
395
395
"type": "string",
396
396
"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"
397
397
},
398
+
"puppet.validate.resolvePuppetfiles": {
399
+
"type": "boolean",
400
+
"default": true,
401
+
"description": "Enable/disable using dependency resolution for Puppetfiles"
402
+
},
398
403
"puppet.editorService.tcp.port": {
399
404
"type": "integer",
400
405
"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