From 8638305fdf00c3fcb845de922ad48952527d917f Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Sat, 18 Jan 2025 16:07:25 -0500 Subject: [PATCH] personal settings --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 601c7f2..234100b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,4 +2,6 @@ "[nginx]": { "editor.formatOnSave": false }, + "projectManager.ignoreProjectsWithinProjects": true, + "git.repositoryScanMaxDepth": 0, } \ No newline at end of file