docs: Improve visual-customization.md docs for Zed prompts (#33254)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-06-25 12:48:03 -04:00 committed by GitHub
parent 19c9fb3118
commit 7d087ea5d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,6 +120,13 @@ To disable this behavior use:
```json
{
// Force usage of Zed build in path prompts (file and directory pickers)
// instead of OS native pickers (false).
"use_system_path_prompts": true,
// Force usage of Zed built in confirmation prompts ("Do you want to save?")
// instead of OS native prompts (false). On linux this is ignored (always false).
"use_system_prompts": true,
// Whether to use the system provided dialogs for Open and Save As (true) or
// Zed's built-in keyboard-first pickers (false)
"use_system_path_prompts": true,