vscode配置

{
"javascript.implicitProjectConfig.experimentalDecorators": true,
"telemetry.enableTelemetry": false,
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"editor.fontSize": 28,
"background.enabled": true,
"background.useDefault": false,
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"bottom":"10%",
"right":"50%",
"width": "100%",
"height": "100%",
"background-position": "100% 100%",
"background-repeat": "no-repeat",
"opacity": 0
},
"workbench.colorTheme": "Quiet Light",
"editor.tabSize": 4
}

猜你喜欢

转载自www.cnblogs.com/cainiao-vcu/p/9020338.html