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

Peter Tripp created

Release Notes:

- N/A

Change summary

docs/src/visual-customization.md | 7 +++++++
1 file changed, 7 insertions(+)

Detailed changes

docs/src/visual-customization.md 🔗

@@ -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,