vscode插件之背景插件(background)


 

1.在插件tab搜索background

 

 

2.打开vscode的配置页

 

 

{
    "background.useDefault": false,
    "background.customImages": [
        "D:/美图/6.jpg",
        "D:/美图/3.jpg",
        "D:/美图/6.jpg"
    ],
    "background.style": {
        "content": "''",
        "pointer-events": "none",
        "top": "0",
        "left": "0",
        "width": "100%",
        "height": "100%",
        "z-index": "99999",
        "background.repeat": "no-repeat",
        "background-size": "contain",
        "opacity": 0.1
    },
    "editor.minimap.enabled": false,
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM