You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: