From 404984c355058ba5971781495c5e89b44c3f00c4 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 18 Aug 2019 12:24:32 -0400 Subject: [PATCH] vscode settings sort git ignoreLimitWarning --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 47a8c0a2d3..d97df12ea1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -79,6 +79,7 @@ "**/build/*": true }, "git.detectSubmodulesLimit": 20, + "git.ignoreLimitWarning": true, "files.associations": { "*.jinja": "jinja" }, @@ -89,6 +90,5 @@ "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}", "workbench.editor.highlightModifiedTabs": true, "workbench.settings.enableNaturalLanguageSearch": false, - "workbench.statusBar.feedback.visible": false, - "git.ignoreLimitWarning": true + "workbench.statusBar.feedback.visible": false }