Skip to content

Commit 066d55d

Browse files
authored
Inline edits: disable word wrap in preview editor (microsoft#230790)
1 parent 517be50 commit 066d55d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ export class InlineEditsView extends Disposable {
314314
horizontal: 'hidden',
315315
},
316316
readOnly: true,
317+
wordWrap: 'off',
317318
},
318319
{ contributions: [], },
319320
this._editor

0 commit comments

Comments
 (0)