Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

How to interrupt my remote command? #16

Closed
Davidham3 opened this issue Jun 14, 2018 · 1 comment
Closed

How to interrupt my remote command? #16

Davidham3 opened this issue Jun 14, 2018 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Davidham3
Copy link

I used a SFTP mode to load my workspace, I usde F1 to execute remote command, just like "python test.py", and then I can see the results.
But after that, I modified my program, and want to save it, it failed, nothing happened, and the status of that file was still unsaved.
It seems to be stucked, is there any way to shutdown the program or to continue doing something? Now I can execute the command again or execute other commands like 'echo "test"', they all had results shown on the screen, but I just can't save my file.

@mkloubert mkloubert added bug Something isn't working good first issue Good for newcomers labels Jun 14, 2018
@mkloubert
Copy link
Owner

mkloubert commented Jun 14, 2018

@Davidham3

The bug should be fixed now since version 0.26.1.

The problem was, that command executions uses own connections, which are not cached, but in the last version those cached connections, which are used by file operations, were killed, what produces some problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants