code
This commit is contained in:
@@ -74,10 +74,10 @@ in
|
|||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
|
||||||
|
"database-client.autoSync" = true;
|
||||||
|
|
||||||
"editor" = {
|
"editor" = {
|
||||||
"defaultFormatter" = "brettm12345.nixfmt-vscode";
|
"defaultFormatter" = "brettm12345.nixfmt-vscode";
|
||||||
"fontFamily" = "fira-code-nerd, FiraCode Nerd Font, Consolas, 'Courier New', monospace";
|
|
||||||
"fontLigatures" = true;
|
|
||||||
"renderWhitespace" = "all";
|
"renderWhitespace" = "all";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -86,6 +86,10 @@ in
|
|||||||
"confirmDragAndDrop" = false;
|
"confirmDragAndDrop" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"extensions." = {
|
||||||
|
"autoCheckUpdates" = false;
|
||||||
|
};
|
||||||
|
|
||||||
"git" = {
|
"git" = {
|
||||||
"confirmSync" = false;
|
"confirmSync" = false;
|
||||||
"enableSmartCommit" = true;
|
"enableSmartCommit" = true;
|
||||||
@@ -141,6 +145,8 @@ in
|
|||||||
|
|
||||||
"security.workspace.trust.untrustedFiles" = "open";
|
"security.workspace.trust.untrustedFiles" = "open";
|
||||||
|
|
||||||
|
"update.mode" = "none";
|
||||||
|
|
||||||
"workbench" = {
|
"workbench" = {
|
||||||
"colorCustomizations" = null;
|
"colorCustomizations" = null;
|
||||||
"editorAssociations" = {
|
"editorAssociations" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user