Add support for attachment cleaning on notebook save (#179178)

* support for `onWillSave` + debounce rework

* dispose of delayer + tabs not spaces...

* adjust for API naming change, rm proposal refs
This commit is contained in:
Michael Lively
2023-04-05 11:44:52 -07:00
committed by GitHub
parent 47426871d7
commit ff55375896
3 changed files with 119 additions and 75 deletions

View File

@@ -2,9 +2,7 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"lib": [
"dom"
]
"lib": ["dom"]
},
"include": [
"src/**/*",