updateCurrentDirectory
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
updateCurrentDirectory(
input):ExtensionState
Defined in: domain/storage/extension-state-cleanup.ts:66
現在ディレクトリを保存状態へ反映。
Parameters
Section titled “Parameters”現在ディレクトリ更新入力。
Returns
Section titled “Returns”現在ディレクトリ更新後の拡張状態。
Example
Section titled “Example”const result = updateCurrentDirectory({ bookmarkTree, currentDirectory: "/Work", state, updatedAt: "2026-05-05T00:00:00.000Z",});