skip to content
Alvin Lucillo

Disable native paste confirmation

/ 1 min read

Set explorer.confirmPasteNative to false so VS Code won’t ask for confirmation when you paste in the Explorer. The confirmation is a confirmation if you want to proceed with a native paste, which can paste unintended files into your directory.

"explorer.confirmPasteNative": false