vscode 使用配置
{
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"editor.fontSize": 16,
"editor.tabSize": 4,
"editor.scrollBeyondLastLine": false,
"editor.minimap.enabled": false,
"explorer.openEditors.visible": 0,
"terminal.external.osxExec": "iTerm.app",
"explorer.confirmDelete": false,
"material-icon-theme.showUpdateMessage": false,
"workbench.colorTheme": "Darcula",
"explorer.confirmDragAndDrop": false,
"vetur.validation.template": false,
"vsicons.dontShowNewVersionMessage": true,
"files.associations": {
"*.wpy": "vue"
},
"java.errors.incompleteClasspath.severity": "ignore",
"terminal.integrated.rendererType": "dom"
}

更多精彩