|
727 | 727 | "description": "Environment variables passed to the pipe program.", |
728 | 728 | "default": {} |
729 | 729 | }, |
| 730 | + "quoteArgs": { |
| 731 | + "type": "boolean", |
| 732 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 733 | + "default": true |
| 734 | + }, |
730 | 735 | "windows": { |
731 | 736 | "description": "Windows-specific pipe launch configuration options", |
732 | 737 | "default": { |
|
754 | 759 | }, |
755 | 760 | "default": [] |
756 | 761 | }, |
| 762 | + "quoteArgs": { |
| 763 | + "type": "boolean", |
| 764 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 765 | + "default": true |
| 766 | + }, |
757 | 767 | "pipeEnv": { |
758 | 768 | "type": "object", |
759 | 769 | "additionalProperties": { |
|
791 | 801 | }, |
792 | 802 | "default": [] |
793 | 803 | }, |
| 804 | + "quoteArgs": { |
| 805 | + "type": "boolean", |
| 806 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 807 | + "default": true |
| 808 | + }, |
794 | 809 | "pipeEnv": { |
795 | 810 | "type": "object", |
796 | 811 | "additionalProperties": { |
|
828 | 843 | }, |
829 | 844 | "default": [] |
830 | 845 | }, |
| 846 | + "quoteArgs": { |
| 847 | + "type": "boolean", |
| 848 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 849 | + "default": true |
| 850 | + }, |
831 | 851 | "pipeEnv": { |
832 | 852 | "type": "object", |
833 | 853 | "additionalProperties": { |
|
975 | 995 | "description": "Environment variables passed to the pipe program.", |
976 | 996 | "default": {} |
977 | 997 | }, |
| 998 | + "quoteArgs": { |
| 999 | + "type": "boolean", |
| 1000 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 1001 | + "default": true |
| 1002 | + }, |
978 | 1003 | "windows": { |
979 | 1004 | "description": "Windows-specific pipe launch configuration options", |
980 | 1005 | "default": { |
|
1002 | 1027 | }, |
1003 | 1028 | "default": [] |
1004 | 1029 | }, |
| 1030 | + "quoteArgs": { |
| 1031 | + "type": "boolean", |
| 1032 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 1033 | + "default": true |
| 1034 | + }, |
1005 | 1035 | "pipeEnv": { |
1006 | 1036 | "type": "object", |
1007 | 1037 | "additionalProperties": { |
|
1039 | 1069 | }, |
1040 | 1070 | "default": [] |
1041 | 1071 | }, |
| 1072 | + "quoteArgs": { |
| 1073 | + "type": "boolean", |
| 1074 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 1075 | + "default": true |
| 1076 | + }, |
1042 | 1077 | "pipeEnv": { |
1043 | 1078 | "type": "object", |
1044 | 1079 | "additionalProperties": { |
|
1076 | 1111 | }, |
1077 | 1112 | "default": [] |
1078 | 1113 | }, |
| 1114 | + "quoteArgs": { |
| 1115 | + "type": "boolean", |
| 1116 | + "description": "Should arguments that contain characters that need to be quoted (example: spaces) be quoted? Defaults to 'true'. If set to false, the debugger command will no longer be automatically quoted.", |
| 1117 | + "default": true |
| 1118 | + }, |
1079 | 1119 | "pipeEnv": { |
1080 | 1120 | "type": "object", |
1081 | 1121 | "additionalProperties": { |
|
0 commit comments