I have an file named read_test.exe that I compiled in msys2 (64 bit) using g++. I can run this file in the msys2 terminal, but then I run it in powershell (via .read_test.exe command) it opens the source file in vs code. How can I configure it to just run the exe normally?
(I have powershell version 5.1.19041.4894 and vscode version 1.93.1)