docs: Improve visual-customization.md docs for Zed prompts (#33254)
Release Notes: - N/A
This commit is contained in:
parent
19c9fb3118
commit
7d087ea5d2
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue