ContextId › dispose
Removes this context from the Obsidian process.
Signature:
dispose(vaultPath?: string | undefined): Promise<void>
Parameters:
| Parameter | Type | Description |
|---|
| vaultPath? | string | undefined | The path to the Obsidian vault. Defaults to process.cwd(). |
Returns: Promise<void>