Support disabling drag-and-drop in Project Panel (#36719)
Release Notes:
- Added setting for disabling drag and drop in project panel. `{
"project_panel": {"drag_and_drop": false } }`
This commit is contained in:
@@ -3243,6 +3243,7 @@ Run the `theme selector: toggle` action in the command palette to see a current
|
||||
"indent_size": 20,
|
||||
"auto_reveal_entries": true,
|
||||
"auto_fold_dirs": true,
|
||||
"drag_and_drop": true,
|
||||
"scrollbar": {
|
||||
"show": null
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user