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
We were triggering the worksheet run after a `didSave` event. This means
that, if the file was unmodified, hitting `<ctrl-s>` would not re-run
the worksheet, even though the previous output would disappear.
We know run the worksheet after the `willSave` event, which is triggered
regardless of the buffer state. This is not an issue for the language
server which uses the tree that it has in memory rather than what's on
disk at the moment.
0 commit comments