From 0a823ecd0c70a2433495f0cdc0c8224f2a5e623a Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 13 Oct 2024 22:32:39 +0100 Subject: [PATCH] Allow moving files in VSCode --- nix/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home.nix b/nix/home.nix index 53a38f51..79ff750e 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -744,6 +744,7 @@ in "update.showReleaseNotes" = false; "window.titleBarStyle" = "custom"; "explorer.confirmDelete" = false; + "explorer.confirmDragAndDrop" = false; }; }; };