-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Event when vscode quit. #941
Comments
we need to implement calling |
With 98473e0, VSCode's extension host will now call |
And what if we need to do some more complex stuff on deactivation? Something that takes some time like sync files in ftp server? Is there a way to delay vscode closing proccess? |
@dbaeumer and I did a change where you can return a promise from the |
is it there a way to get an event, like onDidCloseTextDocument, when vscode is about to quit?
The text was updated successfully, but these errors were encountered: