change VSCodium setting to not ask when drag and dropping

This commit is contained in:
willifan 2024-05-21 17:54:20 +02:00
parent 326c2c3127
commit 246b2a75ea

View file

@ -8,6 +8,7 @@
userSettings = {
"[nix]"."editor.tabSize" = 2;
"explorer.confirmDragAndDrop" = false;
};
extensions = with pkgs.vscode-extensions; [
# System