{
"update.enableWindowsBackgroundUpdates": false,
"update.mode": "none",
"update.showReleaseNotes": false,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "none",
"editor.fontSize": 14,
"editor.fontFamily": "Consolas",
"editor.fontWeight": 200,
//这里是系统界面字体大小
"window.zoomLevel": 1.0,
"js/ts.implicitProjectConfig.strictNullChecks": true,
"js/ts.implicitProjectConfig.experimentalDecorators": true,
// 取消自动格式化
"editor.formatOnType": false,
"editor.formatOnSave": false,
"json.format.enable": false,
"html.format.enable": false,
"typescript.format.enable": false,
"javascript.format.enable": false,
"editor.suggestSelection": "first",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontWeight": 100,
"terminal.integrated.fontFamily": "monospace",
"breadcrumbs.enabled": false
}
|