Description
when opening a previous project that has already been compiled, and trying to run the binary without re-compiling I get an error message such as:
Clang WASM compiler loaded. Ready to compile C++20.
browser.cpp:~$ ./a.out
No binary found. Compile first with: g++ main.cpp
It shows a.out in the explorer and I confirmed it is in the directory but won't recognize it until I compile again.
Expected behavior
if a command is given to run a binary (such as ./a.out but not limited to that file name) the binary should be run if it exists in the workspace. The error message shown should only display if no file of that name is found.
Steps to reproduce
n/a
Environment
No response
Logs or screenshots
Additional context
No response
Before submitting
Description
when opening a previous project that has already been compiled, and trying to run the binary without re-compiling I get an error message such as:
It shows
a.outin the explorer and I confirmed it is in the directory but won't recognize it until I compile again.Expected behavior
if a command is given to run a binary (such as
./a.outbut not limited to that file name) the binary should be run if it exists in the workspace. The error message shown should only display if no file of that name is found.Steps to reproduce
n/a
Environment
No response
Logs or screenshots
Additional context
No response
Before submitting