diff --git a/home/alisceon/workstation.nix b/home/alisceon/workstation.nix index df1181c..66aeb36 100644 --- a/home/alisceon/workstation.nix +++ b/home/alisceon/workstation.nix @@ -15,10 +15,10 @@ userSettings = { "python.languageServer" = "None"; "python.pyrefly.displayTypeErrors" = "force-on"; - "explorer.confirmDelete" = true; - "explorer.confirmDragAndDrop" = true; - "explorer.confirmPasteNative" = true; - "git.confirmSync" = true; + "explorer.confirmDelete" = false; + "explorer.confirmDragAndDrop" = false; + "explorer.confirmPasteNative" = false; + "git.confirmSync" = false; }; extensions = [ pkgs.vscode-extensions.ms-python.python