小编Yiğ*_*maz的帖子

如何为 VS Code 设置背景图片?

我目前正在使用 VS Code。但我对IDE了解不多。我想给IDE设置背景图片。是否可以?
我已经找了好几个星期了。我安装了一个名为from
的扩展。我已经用这个更改了 json 代码:backgroundshalldie

{
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs":"active",
  "background.enabled": true,
  "background.loop": false,
  "background.useDefault": false,
  "background.useFront": false,
  "background.style": {
        "content": "''",
        "pointer-events": "none",
        "position": "absolute",
        "z-index": "99999",
        "width": "70%",
        "height": "100%",
        "margin-left":"30%",
        "background-position": "right",
        "background-size": "cover",
        "background-repeat": "no-repeat",
        "opacity": 0.1
    },
  "background.customImages": [
        "file//C:/madara.jpg",
    ]
}
Run Code Online (Sandbox Code Playgroud)

之后,vs code 希望我重新加载 IDE,我照做了。但一切都没有改变。在这一切之后,我收到了另一条通知,上面写着“Bracket Pair Colorizer 不再被维护。”。但我不知道这意味着什么。
我使用的是 Windows 10。
我现在需要做什么?

visual-studio-code

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

visual-studio-code ×1