vscode
vscode copied to clipboard
Fixes #218626
This is to resolve https://github.com/microsoft/vscode/issues/218626
Basically, it prevents windows from popping up when dragging files over to extensions from the OS's file explorer.
You can test this functionality by performing the following steps:
- clone repo https://github.com/maxbublik/vscode-customeditor-drop
- press f5 to open demo repo as an extension
- drag and drop any file into the extension editor while holding shift
- notice that a new window did not appear