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
"description": "Environment variables passed to the program.",
322
-
"default": {}
324
+
"default": {}
323
325
},
324
326
"externalConsole": {
325
327
"type": "boolean",
@@ -363,34 +365,34 @@
363
365
"description": "Optional flags to determine what types of messages should be logged to the output window.",
364
366
"properties": {
365
367
"exceptions": {
366
-
"type": "boolean",
367
-
"description": "Optional flag to determine whether exception messages should be logged to the output window.",
368
-
"default": true
368
+
"type": "boolean",
369
+
"description": "Optional flag to determine whether exception messages should be logged to the output window.",
370
+
"default": true
369
371
},
370
372
"moduleLoad": {
371
-
"type": "boolean",
372
-
"description": "Optional flag to determine whether module load events should be logged to the output window.",
373
-
"default": true
373
+
"type": "boolean",
374
+
"description": "Optional flag to determine whether module load events should be logged to the output window.",
375
+
"default": true
374
376
},
375
377
"programOutput": {
376
-
"type": "boolean",
377
-
"description": "Optional flag to determine whether program output should be logged to the output window when not using an external console.",
378
-
"default": true
378
+
"type": "boolean",
379
+
"description": "Optional flag to determine whether program output should be logged to the output window when not using an external console.",
380
+
"default": true
379
381
},
380
382
"engineLogging": {
381
-
"type": "boolean",
382
-
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
383
-
"default": false
383
+
"type": "boolean",
384
+
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
385
+
"default": false
384
386
},
385
387
"trace": {
386
-
"type": "boolean",
387
-
"description": "Optional flag to determine whether diagnostic adapter command tracing should be logged to the output window.",
388
-
"default": false
388
+
"type": "boolean",
389
+
"description": "Optional flag to determine whether diagnostic adapter command tracing should be logged to the output window.",
390
+
"default": false
389
391
},
390
392
"traceResponse": {
391
-
"type": "boolean",
392
-
"description": "Optional flag to determine whether diagnostic adapter command and response tracing should be logged to the output window.",
393
-
"default": false
393
+
"type": "boolean",
394
+
"description": "Optional flag to determine whether diagnostic adapter command and response tracing should be logged to the output window.",
395
+
"default": false
394
396
}
395
397
}
396
398
},
@@ -402,7 +404,7 @@
402
404
"pipeProgram": "enter the fully qualified path for the pipe program name, for example 'c:\\tools\\plink.exe'",
403
405
"pipeArgs": []
404
406
},
405
-
"properties": {
407
+
"properties": {
406
408
"pipeCwd": {
407
409
"type": "string",
408
410
"description": "The fully qualified path to the working directory for the pipe program.",
@@ -423,9 +425,11 @@
423
425
},
424
426
"pipeEnv": {
425
427
"type": "object",
426
-
"additionalProperties": { "type": "string" },
428
+
"additionalProperties": {
429
+
"type": "string"
430
+
},
427
431
"description": "Environment variables passed to the pipe program.",
428
-
"default": {}
432
+
"default": {}
429
433
},
430
434
"windows": {
431
435
"type": "object",
@@ -456,9 +460,11 @@
456
460
},
457
461
"pipeEnv": {
458
462
"type": "object",
459
-
"additionalProperties": { "type": "string" },
463
+
"additionalProperties": {
464
+
"type": "string"
465
+
},
460
466
"description": "Environment variables passed to the pipe program.",
461
-
"default": {}
467
+
"default": {}
462
468
}
463
469
}
464
470
},
@@ -491,10 +497,12 @@
491
497
},
492
498
"pipeEnv": {
493
499
"type": "object",
494
-
"additionalProperties": { "type": "string" },
500
+
"additionalProperties": {
501
+
"type": "string"
502
+
},
495
503
"description": "Environment variables passed to the pipe program.",
496
-
"default": {}
497
-
}
504
+
"default": {}
505
+
}
498
506
}
499
507
},
500
508
"linux": {
@@ -526,9 +534,11 @@
526
534
},
527
535
"pipeEnv": {
528
536
"type": "object",
529
-
"additionalProperties": { "type": "string" },
537
+
"additionalProperties": {
538
+
"type": "string"
539
+
},
530
540
"description": "Environment variables passed to the pipe program.",
531
-
"default": {}
541
+
"default": {}
532
542
}
533
543
}
534
544
}
@@ -545,18 +555,18 @@
545
555
"default": "The process name to attach to. If this is used, 'processId' should not be used."
546
556
},
547
557
"processId": {
548
-
"anyOf": [
549
-
{
550
-
"type": "string",
551
-
"description": "The process id to attach to. Use \"${command.pickProcesss}\" to get a list of running processes to attach to. If 'processId' used, 'processName' should not be used.",
552
-
"default": "${command.pickProcess}"
553
-
},
554
-
{
555
-
"type": "integer",
556
-
"description": "The process id to attach to. Use \"${command.pickProcesss}\" to get a list of running processes to attach to. If 'processId' used, 'processName' should not be used.",
557
-
"default": 0
558
-
}
559
-
]
558
+
"anyOf": [
559
+
{
560
+
"type": "string",
561
+
"description": "The process id to attach to. Use \"${command.pickProcesss}\" to get a list of running processes to attach to. If 'processId' used, 'processName' should not be used.",
562
+
"default": "${command.pickProcess}"
563
+
},
564
+
{
565
+
"type": "integer",
566
+
"description": "The process id to attach to. Use \"${command.pickProcesss}\" to get a list of running processes to attach to. If 'processId' used, 'processName' should not be used.",
567
+
"default": 0
568
+
}
569
+
]
560
570
},
561
571
"sourceFileMap": {
562
572
"type": "object",
@@ -595,34 +605,34 @@
595
605
"description": "Optional flags to determine what types of messages should be logged to the output window.",
596
606
"properties": {
597
607
"exceptions": {
598
-
"type": "boolean",
599
-
"description": "Optional flag to determine whether exception messages should be logged to the output window.",
600
-
"default": true
608
+
"type": "boolean",
609
+
"description": "Optional flag to determine whether exception messages should be logged to the output window.",
610
+
"default": true
601
611
},
602
612
"moduleLoad": {
603
-
"type": "boolean",
604
-
"description": "Optional flag to determine whether module load events should be logged to the output window.",
605
-
"default": true
613
+
"type": "boolean",
614
+
"description": "Optional flag to determine whether module load events should be logged to the output window.",
615
+
"default": true
606
616
},
607
617
"programOutput": {
608
-
"type": "boolean",
609
-
"description": "Optional flag to determine whether program output should be logged to the output window when not using an external console.",
610
-
"default": true
618
+
"type": "boolean",
619
+
"description": "Optional flag to determine whether program output should be logged to the output window when not using an external console.",
620
+
"default": true
611
621
},
612
622
"engineLogging": {
613
-
"type": "boolean",
614
-
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
615
-
"default": false
623
+
"type": "boolean",
624
+
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
625
+
"default": false
616
626
},
617
627
"trace": {
618
-
"type": "boolean",
619
-
"description": "Optional flag to determine whether diagnostic adapter command tracing should be logged to the output window.",
620
-
"default": false
628
+
"type": "boolean",
629
+
"description": "Optional flag to determine whether diagnostic adapter command tracing should be logged to the output window.",
630
+
"default": false
621
631
},
622
632
"traceResponse": {
623
-
"type": "boolean",
624
-
"description": "Optional flag to determine whether diagnostic adapter command and response tracing should be logged to the output window.",
625
-
"default": false
633
+
"type": "boolean",
634
+
"description": "Optional flag to determine whether diagnostic adapter command and response tracing should be logged to the output window.",
0 commit comments