VSCode 背景插件


插件查找background  安装并运行

 

 

在setting.json 文件中 设置

重启VSCode 用管理员权限打开 即可  

  //background 的相关配置
  "update.enableWindowsBackgroundUpdates": true,
  "background.customImages": [
    "file:///C:/Background/bg2.jpg" //图片地址
  ],
  "background.style": {
    "content": "''",
    "pointer-events": "none",
    "position": "fixed", //图片位置
    "width": "100%",
    "height": "100%",
    "z-index": "99999",
    "background.repeat": "no-repeat",
    "background-size": "100%,auto", //图片大小
    "opacity": 0.1 //透明度
  },
  "background.enabled": true,
  "background.useFront": true,
  "background.useDefault": false, //是否使用默认图片

 


免责声明!

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



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