Skip to content

ghci in integrated Terminal doesn't go to newline on reaching line width limit #19785

Closed
@chrismark

Description

@chrismark
  • VSCode Version: Code 1.9.0 (27240e7, 2017-02-02T08:31:00.827Z)
  • OS Version: Windows_NT ia32 10.0.14393
  • Extensions:
Extension Author Version
vscode-npm-source dkundel 1.0.0
githistory donjayamanne 0.1.5
python donjayamanne 0.5.6
language-haskell justusadam 1.4.4

Steps to Reproduce:

  1. have haskell's ghci installed
  2. open terminal (ctrl + `)
  3. run ghci
  4. type a long line longer than the window width
    4, observe line doesn't go to new line, stays on same line
  5. observe the very rightmost character on edge of terminal keep getting replaced by the new characters being typed

Doesn't seem to happen in node's and python's interactive environment.

Metadata

Metadata

Assignees

Labels

terminalGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)windowsVS Code on Windows issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions