|
937 | 937 | "c_cpp.debuggers.deploySteps.copyFile.files.description": "Files to be copied. Supports path pattern.",
|
938 | 938 | "c_cpp.debuggers.deploySteps.copyFile.targetDir.description": "Target directory.",
|
939 | 939 | "c_cpp.debuggers.deploySteps.copyFile.recursive.description": "If true, copies folders recursively.",
|
940 |
| - "c_cpp.debuggers.deploySteps.copyFile.scpPath.description": "Optional full path to SCP. Assumes SCP is on PATH if not specified", |
941 |
| - "c_cpp.debuggers.deploySteps.copyFile.rsyncPath.description": "Optional full path to rsync. Assumes rsync is on PATH if not specified", |
| 940 | + "c_cpp.debuggers.deploySteps.copyFile.scpPath.description": { |
| 941 | + "message": "Optional full path to SCP. Assumes SCP is on PATH if not specified.", |
| 942 | + "comment": [ |
| 943 | + "{Locked=\"SCP\"} {Locked=\"PATH\"}" |
| 944 | + ] |
| 945 | + }, |
| 946 | + "c_cpp.debuggers.deploySteps.copyFile.rsyncPath.description": { |
| 947 | + "message": "Optional full path to rsync. Assumes rsync is on PATH if not specified.", |
| 948 | + "comment": [ |
| 949 | + "{Locked=\"rsync\"} {Locked=\"PATH\"}" |
| 950 | + ] |
| 951 | + }, |
942 | 952 | "c_cpp.debuggers.deploySteps.debug": "If true, skip when starting without debugging. If false, skip when starting debugging. If undefined, never skip.",
|
943 | 953 | "c_cpp.debuggers.deploySteps.ssh.description": "SSH command step.",
|
944 | 954 | "c_cpp.debuggers.deploySteps.ssh.command.description": "Command to be executed via SSH. The command after '-c' in SSH command.",
|
945 |
| - "c_cpp.debuggers.deploySteps.ssh.sshPath.description": "Optional full path to SSH. Assumes SSH is on PATH if not specified", |
| 955 | + "c_cpp.debuggers.deploySteps.ssh.sshPath.description": { |
| 956 | + "message": "Optional full path to SSH. Assumes SSH is on PATH if not specified.", |
| 957 | + "comment": [ |
| 958 | + "{Locked=\"SSH\"} {Locked=\"PATH\"}" |
| 959 | + ] |
| 960 | + }, |
946 | 961 | "c_cpp.debuggers.deploySteps.continueOn.description": "An optional finish pattern in output. When this pattern is seen in the output, continue the deploy procedures regardless of whether this step returns.",
|
947 | 962 | "c_cpp.debuggers.deploySteps.shell.description": "Shell command step.",
|
948 | 963 | "c_cpp.debuggers.deploySteps.shell.command.description": "Shell command to be executed.",
|
|
0 commit comments