Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There doesn't appear to be a way to make this work with VS Code's Integrated Console

oadrian2 opened this issue · comments

If you attempt to run this as part of the VS Code Integrated Console, you get an exception when it tries to move the cursor to the top or bottom? Would it be possible to have a configuration that doesn't rely on those commands and worked inline with the VS Code Integrated Console?

You should open launc.json and make following edit

        "console": "integratedTerminal",

this is working for me. Also could try externalTerminal

see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window

P.S. This is Vs Code issue, not library. could be closed, or a workaround could be added to README.md