Skip to content

Add optional word-wrap support to output-view destination #3202

@henry-p

Description

@henry-p

Currently, when using:

"calva.outputDestinations": {
  "evalResults": "output-view",
  "evalOutput": "output-view",
  "otherOutput": "output-view"
}

the output-view does not support line wrapping. This can become problematic when inspecting larger logged structures, stack traces, JSON payloads, or long single-line outputs, because horizontal scrolling is constantly required.

The output-view is otherwise very appealing due to its clean visual presentation, so it would be great if users did not have to choose between performance/UX and readability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions