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
+30-21Lines changed: 30 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -267,11 +267,31 @@
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'"
274
+
},
275
+
"puppet.languageclient.protocol": {
276
+
"type": "string",
277
+
"default": "stdio",
278
+
"description": "protocol",
279
+
"enum": [
280
+
"stdio",
281
+
"tcp"
282
+
]
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
+
]
275
295
},
276
296
"puppet.languageserver.address": {
277
297
"type": "string",
@@ -298,22 +318,11 @@
298
318
"default": "",
299
319
"description": "Set the local Puppet Language Server to send debug information to a file"
300
320
},
301
-
"puppet.languageclient.minimumUserLogLevel": {
302
-
"type": "string",
303
-
"default": "normal",
304
-
"description": "Set the minimum log level that the user will see on the Puppet connection logs",
305
-
"enum": [
306
-
"verbose",
307
-
"debug",
308
-
"normal",
309
-
"warning",
310
-
"error"
311
-
]
312
-
},
313
-
"puppet.puppetAgentDir": {
314
-
"type": "string",
315
-
"default": null,
316
-
"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