0

Ok, so long story short, I can run simple java files on vscode with output on the internal consol. My question is, how can I change the launch.json configuration so I can get the output of the .java file on a new terminal window? I have tried changing the launch.json and adding "console" : "externalTerminal" but always get "failed to launch debuggee in terminal" error

Joe
  • 1
  • 1

1 Answers1

0

I simply did rm ~/.config/Code/User/settings.json and it worked for me.

joydeba
  • 778
  • 1
  • 9
  • 24