Run code in separate output xterm like Code::Blocks in Visual Studio Code Linux

Viewed 30

Is possible to configure Visual Studio Code Terminal and run code in separate output xterm like Code::Blocks? enter image description here

Code::Blocks use this command: xterm -T $TITLE -e

enter image description here

I tried to add this command in Visual Studio Code setting, but not work:

enter image description here

0 Answers
Related