chore: disable delete confirmation in VS Code explorer
Disable the confirmation dialog when deleting files in the VS Code explorer to streamline the development workflow and reduce friction during file management operations.
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -103,7 +103,7 @@
|
||||
"task.saveBeforeRun": "always",
|
||||
"explorer.autoReveal": true,
|
||||
"explorer.compactFolders": false,
|
||||
"explorer.confirmDelete": true,
|
||||
"explorer.confirmDelete": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"workbench.editor.enablePreview": false,
|
||||
"workbench.editor.enablePreviewFromQuickOpen": false,
|
||||
|
||||
Reference in New Issue
Block a user