Skip to content
New issue

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

Input get passed to the terminal before the code is run #4

Open
MohamedAfifii opened this issue Jan 5, 2021 · 1 comment
Open

Input get passed to the terminal before the code is run #4

MohamedAfifii opened this issue Jan 5, 2021 · 1 comment

Comments

@MohamedAfifii
Copy link

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.

@virresh
Copy link
Owner

virresh commented May 22, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants