Mercurial > obsidian-remember-file-state
view .gitignore @ 54:06504ceb3283
Make all shutdown logic synchronous.
It looks like there's a bug in Obsidian where adding asynchronous operations
on shutdown (via `tasks.addPromise`) crashes the app when the user runs the
`Reload App Without Saving` command. So we have to do it all synchronously
instead.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 02 Oct 2023 10:10:09 -0700 |
parents | 2a9e941c96ee |
children |
line wrap: on
line source
# vscode .vscode # Intellij *.iml .idea # npm node_modules package-lock.json # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead. main.js # Exclude sourcemaps *.map # obsidian data.json # Exclude macOS Finder (System Explorer) View States .DS_Store