ModDevGradle icon indicating copy to clipboard operation
ModDevGradle copied to clipboard

Use integratedTerminal instead of internalConsole in VSCode

Open WakelessSloth56 opened this issue 1 year ago • 1 comments

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.

https://github.com/neoforged/ModDevGradle/blob/511f5170d29e660fc01ba99d594a5309d938e492/src/main/java/net/neoforged/moddevgradle/internal/VsCodeIntegration.java#L81-L82

WakelessSloth56 avatar Dec 15 '24 04:12 WakelessSloth56

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 https://github.com/neoforged/ModDevGradle/pull/110/commits/9282e5014ceecd69d390a4550397cd84bb20950e#diff-41ac3972d97a77e7be97f1842ab5031039e774de7625f04d2463f311eaa5bf28R1084-R1098

Nightenom avatar Dec 15 '24 08:12 Nightenom