Skip to content

Commit

Permalink
Missed something
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Mar 30, 2024
1 parent 9c9493a commit ba364a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/session_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _check_did_open(self, view: sublime.View) -> None:

def _check_did_close(self, view: sublime.View) -> None:
if self.opened and self.should_notify_did_close():
self.purge_changes_async(view)
self.purge_changes_async(view, suppress_requests=True)
self.session.send_notification(did_close(uri=self._last_known_uri))
self.opened = False

Expand Down

0 comments on commit ba364a7

Please sign in to comment.