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 = {
|
userSettings = {
|
||||||
"[nix]"."editor.tabSize" = 2;
|
"[nix]"."editor.tabSize" = 2;
|
||||||
|
"explorer.confirmDragAndDrop" = false;
|
||||||
};
|
};
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
# System
|
# System
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue