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:
zeld-a
2025-10-16 14:08:48 +05:30
committed by GitHub
co-authored by Smit Barmase
parent db4b86e0c8
commit 546715634c
6 changed files with 36 additions and 4 deletions
+2 -1
View File
@@ -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
}
}
```