Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to turn off drag and drop in vscode?

This is killing me. I have a problem with accidentally dragging files in to other locations. I seem to fall victim to this a lot more often in vscode than in other editors. Is there any plugin, setting, or something that will save me from my incompetent mouse skills?

like image 993
goat Avatar asked May 27 '16 14:05

goat


People also ask

What does Ctrl R do in VS Code?

From there, Ctrl + R does indeed reload the VSCode window immediately.


1 Answers

I had the same problem. Its very annoying when a folder goes awol by accident. To resolve it just add the following setting to your user settings in file -> preferences -> settings.

{
  "explorer.enableDragAndDrop": false
}
like image 63
Leo Moore Avatar answered Oct 13 '22 02:10

Leo Moore