Skip to content

Commit 70869b7

Browse files
authored
1 parent a3e16ce commit 70869b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,6 @@ function canToggleWordWrap(codeEditorService: ICodeEditorService, editor: ICodeE
241241
if (!model) {
242242
return false;
243243
}
244-
if (model.uri.scheme === 'output') {
245-
// in output editor
246-
return false;
247-
}
248244
if (editor.getOption(EditorOption.inDiffEditor)) {
249245
// this editor belongs to a diff editor
250246
for (const diffEditor of codeEditorService.listDiffEditors()) {

0 commit comments

Comments
 (0)