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
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -267,11 +267,10 @@
267
267
"type": "object",
268
268
"title": "puppet",
269
269
"properties": {
270
-
"puppet.format.enable": {
271
-
"type": "boolean",
272
-
"scope": "window",
273
-
"default": true,
274
-
"description": "Enable/disable the Puppet formatter"
270
+
"puppet.puppetAgentDir": {
271
+
"type": "string",
272
+
"default": null,
273
+
"description": "The fully qualified path to the Puppet agent install directory. For example: 'C:\\Program Files\\Puppet Labs\\Puppet' or '/opt/puppetlabs/puppet'"
275
274
},
276
275
"puppet.languageclient.protocol": {
277
276
"type": "string",
@@ -282,6 +281,18 @@
282
281
"tcp"
283
282
]
284
283
},
284
+
"puppet.languageclient.minimumUserLogLevel": {
285
+
"type": "string",
286
+
"default": "normal",
287
+
"description": "Set the minimum log level that the user will see on the Puppet connection logs",
288
+
"enum": [
289
+
"verbose",
290
+
"debug",
291
+
"normal",
292
+
"warning",
293
+
"error"
294
+
]
295
+
},
285
296
"puppet.languageserver.address": {
286
297
"type": "string",
287
298
"default": "127.0.0.1",
@@ -307,22 +318,11 @@
307
318
"default": "",
308
319
"description": "Set the local Puppet Language Server to send debug information to a file"
309
320
},
310
-
"puppet.languageclient.minimumUserLogLevel": {
311
-
"type": "string",
312
-
"default": "normal",
313
-
"description": "Set the minimum log level that the user will see on the Puppet connection logs",
314
-
"enum": [
315
-
"verbose",
316
-
"debug",
317
-
"normal",
318
-
"warning",
319
-
"error"
320
-
]
321
-
},
322
-
"puppet.puppetAgentDir": {
323
-
"type": "string",
324
-
"default": null,
325
-
"description": "The fully qualified path to the Puppet agent install directory. For example: 'C:\\Program Files\\Puppet Labs\\Puppet' or '/opt/puppetlabs/puppet'"
321
+
"puppet.format.enable": {
322
+
"type": "boolean",
323
+
"scope": "window",
324
+
"default": true,
325
+
"description": "Enable/disable the Puppet formatter"
0 commit comments