Skip to content

Commit de685c9

Browse files
authored
Tweak setting description (microsoft#258832)
microsoft#231118
1 parent af2acf4 commit de685c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6651,7 +6651,7 @@ export const EditorOptions = {
66516651
)),
66526652
wrapOnEscapedLineFeeds: register(new EditorBooleanOption(
66536653
EditorOption.wrapOnEscapedLineFeeds, 'wrapOnEscapedLineFeeds', false,
6654-
{ markdownDescription: nls.localize('wrapOnEscapedLineFeeds', "Controls whether literal `\\n` shall trigger a wordWrap.\nfor example\n```c\nchar* str=\"hello\\nworld\"\n```\nwill be displayed as\n```c\nchar* str=\"hello\\n\n world\"\n```") }
6654+
{ markdownDescription: nls.localize('wrapOnEscapedLineFeeds', "Controls whether literal `\\n` shall trigger a wordWrap when `#editor.wordWrap#` is enabled.\n\nFor example:\n```c\nchar* str=\"hello\\nworld\"\n```\nwill be displayed as\n```c\nchar* str=\"hello\\n\n world\"\n```") }
66556655
)),
66566656

66576657
// Leave these at the end (because they have dependencies!)

0 commit comments

Comments
 (0)