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
+23-5Lines changed: 23 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -301,11 +301,6 @@
301
301
"verbose"
302
302
]
303
303
},
304
-
"puppet.editorService.modulePath": {
305
-
"type": "string",
306
-
"default": "",
307
-
"description": "Additional module paths to use when starting the Editor Services. On Windows this is delimited with a semicolon, and on all other platforms, with a colon. For example C:\\Path1;C:\\Path2"
308
-
},
309
304
"puppet.editorService.protocol": {
310
305
"type": "string",
311
306
"default": "stdio",
@@ -315,6 +310,26 @@
315
310
"tcp"
316
311
]
317
312
},
313
+
"puppet.editorService.puppet.confdir": {
314
+
"type": "string",
315
+
"default": "",
316
+
"description": "The Puppet configuration directory. See https://puppet.com/docs/puppet/latest/dirs_confdir.html for more information"
317
+
},
318
+
"puppet.editorService.puppet.environment": {
319
+
"type": "string",
320
+
"default": "",
321
+
"description": "The Puppet environment to use. See https://puppet.com/docs/puppet/latest/config_print.html#environments for more information"
322
+
},
323
+
"puppet.editorService.puppet.modulePath": {
324
+
"type": "string",
325
+
"default": "",
326
+
"description": "Additional module paths to use when starting the Editor Services. On Windows this is delimited with a semicolon, and on all other platforms, with a colon. For example C:\\Path1;C:\\Path2"
327
+
},
328
+
"puppet.editorService.puppet.vardir": {
329
+
"type": "string",
330
+
"default": "",
331
+
"description": "The Puppet cache directory. See https://puppet.com/docs/puppet/latest/dirs_vardir.html for more information"
332
+
},
318
333
"puppet.editorService.tcp.address": {
319
334
"type": "string",
320
335
"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"
@@ -348,6 +363,9 @@
348
363
"agent"
349
364
]
350
365
},
366
+
"puppet.editorService.modulePath": {
367
+
"description": "**DEPRECATED** Please use puppet.editorService.puppet.modulePath instead"
368
+
},
351
369
"puppet.languageclient.protocol": {
352
370
"description": "**DEPRECATED** Please use puppet.editorService.protocol instead"
0 commit comments