Skip to content

Commit

Permalink
clarify explorer.enableDragAndDrop setting
Browse files Browse the repository at this point in the history
fixes #109057
  • Loading branch information
isidorn committed Nov 10, 2020
1 parent 02bd5f1 commit d34ba65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ configurationRegistry.registerConfiguration({
},
'explorer.enableDragAndDrop': {
'type': 'boolean',
'description': nls.localize('enableDragAndDrop', "Controls whether the explorer should allow to move files and folders via drag and drop."),
'description': nls.localize('enableDragAndDrop', "Controls whether the explorer should allow to move files and folders via drag and drop. This setting only effects drag and drop from inside the explorer."),
'default': true
},
'explorer.confirmDragAndDrop': {
Expand Down

0 comments on commit d34ba65

Please sign in to comment.