-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Upload still works when "explorer.enableDragAndDrop" is false #109057
Comments
That setting only affects drag and drop from within the explorer. However for now leaving this open to get more user feedback. |
Hi @isidorn , thanks. Is there a setting to disable file upload and download from the Desktop to VSCode? |
No, there is no setting for this.
I think the change should be simple, I am not sure if it would cause user backlash. So a clean PR is probably welcome. fyi @bpasero since he originaly introduced the |
The original intent of |
Makes sense. |
As discussed I have only pushed a clarification of the setting. |
@isidorn I was able to stop file uploads by setting MAX_FILE_UPLOAD_SIZE to 0 But I can still download files from VSCode to my Mac by dragging and dropping. Is there a better place in the code to stop this?
But that doesnt seem to work Thanks |
@mklechan we do not have plans to change this at the moment, so even if you create a PR, we would probably not merge this in.
|
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: