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

Use integratedTerminal instead of internalConsole in VSCode #203

Open
WakelessSloth56 opened this issue Dec 15, 2024 · 1 comment
Open

Comments

@WakelessSloth56
Copy link

WakelessSloth56 commented Dec 15, 2024

VSCode debug console (internalConsole) does not support input, colored logs, etc.
And even if you manually change it in launch.json, it will be overwritten when starting debugging.

.withShortenCommandLine(ShortCmdBehaviour.NONE)
.withConsoleType(ConsoleType.INTERNAL_CONSOLE)

@Nightenom
Copy link
Contributor

This might be still required by MDG to work, optimally this option should be left unset. Mby MDG could use the second mode, or even sth else
9282e50#diff-41ac3972d97a77e7be97f1842ab5031039e774de7625f04d2463f311eaa5bf28R1084-R1098

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