Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oadrian2 opened this issue Jul 2, 2020 · 1 comment

Comments

@oadrian2
Copy link

oadrian2 commented Jul 2, 2020

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?

@Mart-Bogdan
Copy link

Mart-Bogdan commented Jan 31, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants