-
Notifications
You must be signed in to change notification settings - Fork 33
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
Closing file do not work anymore. #26
Comments
It fails when using |
I didn't test this this scenario. So, I'm not surprise if it doesn't work. I will investigate the issue. |
@rafaelmaiolla Any progress in this? I'm having the same issue. |
There is something wrong with VSCode. It is not calling In my tests, it is taking 3 min for the VSCode to call the onDidCloseTextDocument. I'll need to check if there is anything open regarding this issue. |
I open an issue for vscode microsoft/vscode#30820 |
While that is being sorted out, maybe you can create a new command |
It seems that it stop working in version 1.13.1. Version 1.12.2 is working as expected. |
Sometimes onDidCloseTextDocument seems to get called with a different document (something involving git?). This works around the problem by also watching the list of visible editors, and closing the session. Works around issue rafaelmaiolla#26, related to upstream issue microsoft/vscode#30820.
@rafaelmaiolla Where did you get up to with this? I want to use VS Code as my Git Editor. Currently works fine for editing files normally, but using |
@LukeIreland1, last time I investigated this, it was an issue in VS Code. Something changed there and the related functions were not being called when that was closed. |
I've ended up changing the python version of rmate client, by adding |
Hi,
First fo all, thanks for this extension!
Since the april update (not completely sure about the date), I need to close the window to end properly the rmate process.
Previously, it was working when closing the file (which is more convenient than closing and reopening VSC every time).
Any idea ?
VSC version 1.12.2
MacOS Sierra 10.12.5
rmate 1.5.9 (2017-02-10) on linux
Thanks
The text was updated successfully, but these errors were encountered: