Skip to content

Commit 73eb507

Browse files
committed
Lock the PATH variable which was incorrectly being translated.
1 parent 8ca1c45 commit 73eb507

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
@@ -939,12 +939,27 @@
939939
"c_cpp.debuggers.deploySteps.copyFile.files.description": "Files to be copied. Supports path pattern.",
940940
"c_cpp.debuggers.deploySteps.copyFile.targetDir.description": "Target directory.",
941941
"c_cpp.debuggers.deploySteps.copyFile.recursive.description": "If true, copies folders recursively.",
942-
"c_cpp.debuggers.deploySteps.copyFile.scpPath.description": "Optional full path to SCP. Assumes SCP is on PATH if not specified",
943-
"c_cpp.debuggers.deploySteps.copyFile.rsyncPath.description": "Optional full path to rsync. Assumes rsync is on PATH if not specified",
942+
"c_cpp.debuggers.deploySteps.copyFile.scpPath.description": {
943+
"message": "Optional full path to SCP. Assumes SCP is on PATH if not specified.",
944+
"comment": [
945+
"{Locked=\"SCP\"} {Locked=\"PATH\"}"
946+
]
947+
},
948+
"c_cpp.debuggers.deploySteps.copyFile.rsyncPath.description": {
949+
"message": "Optional full path to rsync. Assumes rsync is on PATH if not specified.",
950+
"comment": [
951+
"{Locked=\"rsync\"} {Locked=\"PATH\"}"
952+
]
953+
},
944954
"c_cpp.debuggers.deploySteps.debug": "If true, skip when starting without debugging. If false, skip when starting debugging. If undefined, never skip.",
945955
"c_cpp.debuggers.deploySteps.ssh.description": "SSH command step.",
946956
"c_cpp.debuggers.deploySteps.ssh.command.description": "Command to be executed via SSH. The command after '-c' in SSH command.",
947-
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "Optional full path to SSH. Assumes SSH is on PATH if not specified",
957+
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": {
958+
"message": "Optional full path to SSH. Assumes SSH is on PATH if not specified.",
959+
"comment": [
960+
"{Locked=\"SSH\"} {Locked=\"PATH\"}"
961+
]
962+
},
948963
"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.",
949964
"c_cpp.debuggers.deploySteps.shell.description": "Shell command step.",
950965
"c_cpp.debuggers.deploySteps.shell.command.description": "Shell command to be executed.",

0 commit comments

Comments
 (0)