mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
vscode settings sort git ignoreLimitWarning
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -79,6 +79,7 @@
|
|||||||
"**/build/*": true
|
"**/build/*": true
|
||||||
},
|
},
|
||||||
"git.detectSubmodulesLimit": 20,
|
"git.detectSubmodulesLimit": 20,
|
||||||
|
"git.ignoreLimitWarning": true,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.jinja": "jinja"
|
"*.jinja": "jinja"
|
||||||
},
|
},
|
||||||
@@ -89,6 +90,5 @@
|
|||||||
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
|
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
|
||||||
"workbench.editor.highlightModifiedTabs": true,
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
"workbench.settings.enableNaturalLanguageSearch": false,
|
"workbench.settings.enableNaturalLanguageSearch": false,
|
||||||
"workbench.statusBar.feedback.visible": false,
|
"workbench.statusBar.feedback.visible": false
|
||||||
"git.ignoreLimitWarning": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user