VSCode no confirm delete

This commit is contained in:
2024-03-30 12:08:02 +00:00
parent a44692d791
commit 3e074b4c8a

View File

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