project_panel: Add open_file_on_paste setting to configure auto opening of file on paste (#40331)
Closes #40234 Release Notes: - Added `open_file_on_paste` setting to configure auto opening of file on paste in the project panel. --------- Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
This commit is contained in:
@@ -4155,7 +4155,8 @@ Run the {#action theme_selector::Toggle} action in the command palette to see a
|
||||
},
|
||||
"hide_root": false,
|
||||
"hide_hidden": false,
|
||||
"starts_open": true
|
||||
"starts_open": true,
|
||||
"open_file_on_paste": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user