Skip to content

Commit

Permalink
Merge pull request #171267 from microsoft/tyriar/commercial-scorpion
Browse files Browse the repository at this point in the history
Improve separator setting description
  • Loading branch information
Tyriar committed Jan 13, 2023
2 parents 94c63cf + a3132d6 commit 7d707d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const terminalDescriptors = '\n- ' + [
'`\${workspaceFolder}`: ' + localize('workspaceFolder', "the workspace in which the terminal was launched"),
'`\${local}`: ' + localize('local', "indicates a local terminal in a remote workspace"),
'`\${process}`: ' + localize('process', "the name of the terminal process"),
'`\${separator}`: ' + localize('separator', "a conditional separator (\" - \") that only shows when surrounded by variables with values or static text."),
'`\${separator}`: ' + localize('separator', "a conditional separator {0} that only shows when surrounded by variables with values or static text.", '(` - `)'),
'`\${sequence}`: ' + localize('sequence', "the name provided to the terminal by the process"),
'`\${task}`: ' + localize('task', "indicates this terminal is associated with a task"),
].join('\n- '); // intentionally concatenated to not produce a string that is too long for translations
Expand Down

0 comments on commit 7d707d1

Please sign in to comment.