Settings.json
{ "files.autoSave": "afterDelay", "window.zoomLevel": 0, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "workbench.editorAssociations": [ { "viewType": "jupyter.notebook.ipynb", "filenamePattern": "*.ipynb" } ], "background.customImages": [ "file:///C:/Users/lenovo/Documents/编码背景图.png","file:///C:/Users/lenovo/Documents/编码背景图.png","file:///C:/Users/lenovo/Documents/编码背景图.png" ], "background.styles": [ { "content":"''", "pointer-events":"none", "position":"absolute", "width":"100%", "height":"100%", "z-index":"99999", "background.repeat":"no-repeat", "background-size":"7%,7%", "opacity":1 }, { "content":"''", "pointer-events":"none", "position":"absolute", "width":"100%", "height":"100%", "z-index":"99999", "background.repeat":"no-repeat", "background-size":"7%,7%", "opacity":1 }, { "content":"''", "pointer-events":"none", "position":"absolute", "width":"100%", "height":"100%", "z-index":"99999", "background.repeat":"no-repeat", "background-size":"7%,7%", "opacity":1 }, ], "background.useFront": true, "background.useDefault": false, "workbench.iconTheme": "eq-material-theme-icons-palenight", "[vue]": { "editor.defaultFormatter": "octref.vetur" }, "editor.fontSize": 14, //窗口字号显示 "editor.minimap.enabled": false, "workbench.colorCustomizations": { "editor.selectionHighlightBackground": "#d4d4d463" }, "files.associations": { "*.vue":"html" }, }