Skip to content

Commit ca78565

Browse files
authored
Lock the PATH variable which was incorrectly being translated. (#13649)
1 parent 266f2d7 commit ca78565

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

Extension/package.nls.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -937,12 +937,27 @@
937937
"c_cpp.debuggers.deploySteps.copyFile.files.description": "Files to be copied. Supports path pattern.",
938938
"c_cpp.debuggers.deploySteps.copyFile.targetDir.description": "Target directory.",
939939
"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+
},
942952
"c_cpp.debuggers.deploySteps.debug": "If true, skip when starting without debugging. If false, skip when starting debugging. If undefined, never skip.",
943953
"c_cpp.debuggers.deploySteps.ssh.description": "SSH command step.",
944954
"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+
},
946961
"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.",
947962
"c_cpp.debuggers.deploySteps.shell.description": "Shell command step.",
948963
"c_cpp.debuggers.deploySteps.shell.command.description": "Shell command to be executed.",

0 commit comments

Comments
 (0)