VS code設置背景圖

在這裏插入圖片描述
第二部 點擊左上角文件-》首選項-》設置

在這裏插入圖片描述
在這裏插入圖片描述

第五步

{"background.enabled": true,
        "background.useDefault": false,
        "background.customImages": [
            "file://C:/Users/Administrator/Desktop/工作文件/timg.jpg"//此處修改爲你的路徑,並把註釋刪除即可
        ],
        "background.style": {
            "content": "''",
            "pointer-events": "none",
            "position": "absolute",
            "z-index": "99999",
            "width": "100%",
            "height": "100%",
            "background-position": "center",
            "background-repeat": "no-repeat",
            "background-size": "100%,100%",
            "opacity": 0.1  
} }
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章