We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am using linux, I set code runner to run in terminal. When I invoke your extension, I get something like this:
(base) afifi@afifi:~/testtttt$ 2 1 2 10 cd "/home/afifi/testtttt/" && g++ -std=c++17 matrix_power.cpp -o matrix_power && "/home/afifi/testtttt/"matrix_power
So the input 2 1 2 10 gets passed before the code is built and run. Then when the code runs it still waits for a new input.
2 1 2 10
The text was updated successfully, but these errors were encountered:
Thanks @MohamedAfifii I've published an updated version on Marketplace which allows you to configure delay between code build and input
Please try and let me know if that helps?
Sorry, something went wrong.
No branches or pull requests
Hello,
I am using linux, I set code runner to run in terminal. When I invoke your extension, I get something like this:
So the input
2 1 2 10
gets passed before the code is built and run. Then when the code runs it still waits for a new input.The text was updated successfully, but these errors were encountered: