VSCode no confirm delete

This commit is contained in:
2024-03-30 12:08:02 +00:00
parent b8eb0be65c
commit 9e264d2160

View File

@@ -356,6 +356,7 @@
"telemetry.telemetryLevel" = "off"; "telemetry.telemetryLevel" = "off";
"update.showReleaseNotes" = false; "update.showReleaseNotes" = false;
"window.titleBarStyle" = "custom"; "window.titleBarStyle" = "custom";
"explorer.confirmDelete" = false;
}; };
}; };
} }