Json 我能';t在Kali Linux中的visual studio代码中设置背景图像

Json 我能';t在Kali Linux中的visual studio代码中设置背景图像,json,visual-studio-code,vscode-settings,Json,Visual Studio Code,Vscode Settings,我想在visual studio代码中设置背景图像,但无法设置背景图像。请帮助我在Kali Linux中设置visual studio代码背景图像。此JSON文件不工作 { "background.enabled":true, "background.loop":false, "background.useDefault":false, "background.useFront":false, "backg

我想在visual studio代码中设置背景图像,但无法设置背景图像。请帮助我在Kali Linux中设置visual studio代码背景图像。此JSON文件不工作

{
"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":[
    "background": "/media/hun73r/New-Volume/wallpapers/kali-linux.jpg",
]

}

你在哪里使用这个JSON文件,你想设置哪个背景图像?我使用它settings.JSON文件没有使用
background
这个词的设置,你在VSC文档的哪里找到了
background
之类的东西