From 319912f5f2caf7aa29e247e111957c36a685f223 Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Thu, 6 Jul 2023 22:27:53 -0400 Subject: [PATCH] vscode: don't show submodule in sidebar --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 33e411a..5cedd61 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "git.detectSubmodules": false, "nix.formatterPath": "alejandra", "search.exclude": { "docs/themes": true