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

Prevent waiting for command to be finished #66

Open
borkovec opened this issue Jul 20, 2022 · 0 comments
Open

Prevent waiting for command to be finished #66

borkovec opened this issue Jul 20, 2022 · 0 comments

Comments

@borkovec
Copy link

borkovec commented Jul 20, 2022

Hi, thanks for this great extension!

I've read in the other issues that "This extension waits until the previous command has finished". Is there way to change that? For example to wait a specified interval of time after the start of the command, rather than the the end?

the specific use case I'd need this for is, that I want to do following:
copy a piece of code,
go to the interactive,
paste that code,
execute that code and
go back to the first editor.

the problem is, that after running the code, the extension waits, till the execution is finished, before jumping back to the first editor.

The reason for doing this is btw, that I want the code to appear in the history of the interactive window and I haven't found a better way yet.

thanks so much :)

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

1 participant