vscode settings sort git ignoreLimitWarning

This commit is contained in:
Daniel Agar 2019-08-18 12:24:32 -04:00
parent 929b48099e
commit 404984c355
1 changed files with 2 additions and 2 deletions

View File

@ -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
}