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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -714,7 +714,7 @@
714
714
},
715
715
"pipeArgs": {
716
716
"type": "array",
717
-
"description": "Command line arguments passed to the pipe program.",
717
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
718
718
"items": {
719
719
"type": "string"
720
720
},
@@ -754,7 +754,7 @@
754
754
},
755
755
"pipeArgs": {
756
756
"type": "array",
757
-
"description": "Command line arguments passed to the pipe program.",
757
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
758
758
"items": {
759
759
"type": "string"
760
760
},
@@ -791,7 +791,7 @@
791
791
},
792
792
"pipeArgs": {
793
793
"type": "array",
794
-
"description": "Command line arguments passed to the pipe program.",
794
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
795
795
"items": {
796
796
"type": "string"
797
797
},
@@ -828,7 +828,7 @@
828
828
},
829
829
"pipeArgs": {
830
830
"type": "array",
831
-
"description": "Command line arguments passed to the pipe program.",
831
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
832
832
"items": {
833
833
"type": "string"
834
834
},
@@ -964,7 +964,7 @@
964
964
},
965
965
"pipeArgs": {
966
966
"type": "array",
967
-
"description": "Command line arguments passed to the pipe program.",
967
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
968
968
"items": {
969
969
"type": "string"
970
970
},
@@ -1004,7 +1004,7 @@
1004
1004
},
1005
1005
"pipeArgs": {
1006
1006
"type": "array",
1007
-
"description": "Command line arguments passed to the pipe program.",
1007
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
1008
1008
"items": {
1009
1009
"type": "string"
1010
1010
},
@@ -1041,7 +1041,7 @@
1041
1041
},
1042
1042
"pipeArgs": {
1043
1043
"type": "array",
1044
-
"description": "Command line arguments passed to the pipe program.",
1044
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
1045
1045
"items": {
1046
1046
"type": "string"
1047
1047
},
@@ -1078,7 +1078,7 @@
1078
1078
},
1079
1079
"pipeArgs": {
1080
1080
"type": "array",
1081
-
"description": "Command line arguments passed to the pipe program.",
1081
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
Copy file name to clipboardExpand all lines: src/tools/OptionsSchema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
},
27
27
"pipeArgs": {
28
28
"type": "array",
29
-
"description": "Command line arguments passed to the pipe program.",
29
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
30
30
"items": {
31
31
"type": "string"
32
32
},
@@ -64,7 +64,7 @@
64
64
},
65
65
"pipeArgs": {
66
66
"type": "array",
67
-
"description": "Command line arguments passed to the pipe program.",
67
+
"description": "Command line arguments passed to the pipe program. Token ${debuggerCommand} in pipeArgs will get replaced by the full debugger command, this token can be specified inline with other arguments. If ${debuggerCommand} isn’t used in any argument, the full debugger command will be instead be added to the end of the argument list.",
0 commit comments