Skip to content

Commit f7f1188

Browse files
authored
tools: respect chat.editor.wordWrap setting in tool confirms (microsoft#251133)
Closes microsoft/vscode-copilot#17373
1 parent 9641957 commit f7f1188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export class ToolConfirmationSubPart extends BaseChatToolInvocationSubPart {
118118
reserveWidth: 19,
119119
verticalPadding: 5,
120120
editorOptions: {
121-
wordWrap: 'on',
122121
tabFocusMode: true,
123122
ariaLabel: typeof title === 'string' ? title : title.value
124123
},

0 commit comments

Comments
 (0)