1.在插件tab搜索background

 

vscode插件之背景插件(background)

 

2.打开vscode的配置页

vscode插件之背景插件(background)

 

vscode插件之背景插件(background)

 

vscode插件之背景插件(background)

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

相关文章:

  • 2021-12-28
  • 2022-12-23
  • 2021-05-19
  • 2021-05-24
  • 2021-05-06
  • 2021-06-27
  • 2022-12-23
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-11-17
  • 2021-08-06
  • 2018-10-16
  • 2021-08-01
相关资源
相似解决方案