VScode 舒服窗口樣式設置


 

 

 

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"
    },

}

 

 

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM