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

发布于 2025-01-11 03:34:26 字数 1022 浏览 0 评论 0原文

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

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

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

I am currently using Vs Code. But I don't know much about the IDE. I want to set a background image to IDE. Is it possible?
I've been searching for weeks.
I installed an extension named background from shalldie. I have changed the json code with this:

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

after this, vs code wanted me to reload the IDE and I did. but nothing have changed.
After all this, I got another notification that says "Bracket Pair Colorizer is no longer being maintained.". But I don't know what does it mean.
I am using windows 10.
what do I need to do now?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清音悠歌 2025-01-18 03:34:26

file:///C:/madara.jpg

您的路径应在驱动器号前添加“/”

file:///C:/madara.jpg

your path should add a '/' before drive letter

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文