Workspace Watcher
Summary
Watch files in workspace
Some functionality that it enables:
- update decorators
- update graph view
- update schema graph view
- update note preview
LifeCycle
activate {
workspace.onWillSaveTextDocument @onWillSaveTextDocument
workspace.onDidChangeActiveTextEditor(doc) {
if doc.isNew @onFirstOpen
}
}
onFirstOpen {
}
Past Tasks
Backlinks