diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-11 20:36:24 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-11 20:36:24 -0700 |
| commit | 8cab1a79d0d34596420bc440cf09fb09f26031e7 (patch) | |
| tree | f010b0c471cf90d363f31336709145d17ef5cb6f /modules/home/vscode.nix | |
| parent | d4a01a654436997b213eb9bb8be67a140bcf147c (diff) | |
Disable VSCode confirm sync
Diffstat (limited to 'modules/home/vscode.nix')
| -rw-r--r-- | modules/home/vscode.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/vscode.nix b/modules/home/vscode.nix index 3047d33..665ab17 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -17,6 +17,8 @@ "workbench.colorTheme" = "Gruvbox Dark Medium"; "workbench.iconTheme" = "vscode-icons"; "window.titleBarStyle" = "custom"; + + "git.confirmSync" = false; }; }; } |