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