docs: Improve visual-customization.md docs for Zed prompts (#33254)
Release Notes: - N/A
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user