diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-12 16:21:42 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-12 16:21:42 -0700 |
| commit | 97351e92636cf52a5dc024b47915251e02b6fd71 (patch) | |
| tree | 9d7edf0572d53cf9356109afd5f3282c9926c987 /modules/home/vscode.nix | |
| parent | ca15f758bd29309d37486d25ac148950e905f551 (diff) | |
Update VSCode settings
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 665ab17..84ed2ab 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -19,6 +19,8 @@ "window.titleBarStyle" = "custom"; "git.confirmSync" = false; + + "vsicons.dontShowNewVersionMessage" = true; }; }; } |