How to change VsCode terminal color and path on Linux

Published: 03 August 2021
on channel: SetupTech!
741
7

go to Code Runner extensions settings
search for Executor Map and then click Edit in settings.json
depending on the programming language that you use add the following

"Clear && tput setaf 6 && stty -echo && PS1=\">>\" && cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt && echo && stty echo && echo && tput setaf 1",


Be aware to to replace g++ with clang++ in case you use clang


Watch video How to change VsCode terminal color and path on Linux online without registration, duration hours minute second in high quality. This video was added by user SetupTech! 03 August 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 741 once and liked it 7 people.