As I am recently learning C, I have installed Code runner to enable me to compile C code on VSCode, but the plugin seems to set the run button in the top right corner to the terminal of Code runner by default. Whereas when I write Julia, (when I press the run button) I want to run it using Execute Active File in Julia REPL from the Julia plugin, there are of course some other languages that are overridden by the default settings of code runner.
My question is whether there is a way to make Code runner’s default changes to the run button only work for C/C++ scripts (I could of course select the one I want from the corresponding options in the run button’s drop-down menu each time, but that’s a bit of a pain). Thanks in advance!