Hi all, This is a vs code special question rather than a nim question. I have
10 nim files in a folder and i want one file ( say test.nim) to run always. But
when i edit any of the 9 files, i need to activate the main file in order to
run. Is there any way to set the test.nim as main file so that i can press the
run button no matter which file is active ? I am using coderunner extension. I
know that i can set the test.nim in coderunner's setting, but then i won't be
able to run other project files in vs code.