change VSCodium setting to not ask when drag and dropping
This commit is contained in:
parent
326c2c3127
commit
246b2a75ea
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
userSettings = {
|
||||
"[nix]"."editor.tabSize" = 2;
|
||||
"explorer.confirmDragAndDrop" = false;
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# System
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue