configure vscodium
This commit is contained in:
parent
057b332aab
commit
f3858a7c1b
|
@ -36,6 +36,8 @@
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"files.autoSave" = "onFocusChange";
|
"files.autoSave" = "onFocusChange";
|
||||||
|
"explorer.confirmDelete" = false;
|
||||||
|
"explorer.confirmDragAndDrop" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue