This repository has no description

config: working-directory expands ~/ prefix master

Fixes #11336 Introduce a proper WorkingDirectory tagged union type with home, inherit, and path variants. The field is now an optional (?WorkingDirectory) where null represents "use platform default" which is resolved during Config.finalize to .inherit (CLI) or .home (desktop launcher).


Author Mitchell Hashimoto Date Commit 04d5efc8 Parent a4cc37db Change ID plkowsmq