Skip to content

Commit acf1af0

Browse files
authored
Merge pull request microsoft#186493 from microsoft/tyriar/186096
Mention link detection in terminal wordSeparators setting
2 parents b9cde7e + 4a34995 commit acf1af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ const terminalConfiguration: IConfigurationNode = {
448448
default: true
449449
},
450450
[TerminalSettingId.WordSeparators]: {
451-
description: localize('terminal.integrated.wordSeparators', "A string containing all characters to be considered word separators by the double-click to select word feature."),
451+
markdownDescription: localize('terminal.integrated.wordSeparators', "A string containing all characters to be considered word separators when double-clicking to select word and in the fallback 'word' link detection. Since this is used for link detection, including characters such as `:` that are used when detecting links will cause the line and column part of links like `file:10:5` to be ignored."),
452452
type: 'string',
453453
// allow-any-unicode-next-line
454454
default: ' ()[]{}\',"`─‘’|'

0 commit comments

Comments
 (0)