GordonSmith / vscode-ojs

VS Code extension for ObservableHQ notebooks
https://marketplace.visualstudio.com/items?itemName=GordonSmith.observable-js
MIT License
59 stars 5 forks source link

fix: Cell tracking issue, with unsaved notebooks #60

Closed GordonSmith closed 1 year ago

GordonSmith commented 1 year ago

Edge condition when there are cells with no uuid (not saved), can lead to the runtime not cleaning up correctly

Fixes #59