mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
vscode disable telemetry and experiments
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -53,6 +53,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"cortex-debug.enableTelemetry": false,
|
||||||
"C_Cpp.clang_format_fallbackStyle": "none",
|
"C_Cpp.clang_format_fallbackStyle": "none",
|
||||||
"C_Cpp.configurationWarnings": "Disabled",
|
"C_Cpp.configurationWarnings": "Disabled",
|
||||||
"C_Cpp.default.cppStandard": "c++11",
|
"C_Cpp.default.cppStandard": "c++11",
|
||||||
@@ -80,6 +81,8 @@
|
|||||||
},
|
},
|
||||||
"git.detectSubmodulesLimit": 20,
|
"git.detectSubmodulesLimit": 20,
|
||||||
"git.ignoreLimitWarning": true,
|
"git.ignoreLimitWarning": true,
|
||||||
|
"githubPullRequests.telemetry.enabled": false,
|
||||||
|
"gitlens.advanced.telemetry.enabled": false,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.jinja": "jinja"
|
"*.jinja": "jinja"
|
||||||
},
|
},
|
||||||
@@ -87,8 +90,10 @@
|
|||||||
"build/**": true
|
"build/**": true
|
||||||
},
|
},
|
||||||
"search.showLineNumbers": true,
|
"search.showLineNumbers": true,
|
||||||
|
"telemetry.enableTelemetry": false,
|
||||||
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
|
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
|
||||||
"workbench.editor.highlightModifiedTabs": true,
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
|
"workbench.enableExperiments": false,
|
||||||
"workbench.settings.enableNaturalLanguageSearch": false,
|
"workbench.settings.enableNaturalLanguageSearch": false,
|
||||||
"workbench.statusBar.feedback.visible": false
|
"workbench.statusBar.feedback.visible": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user