Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode升级之后,新版本似乎不好用>。< #259

Closed
huoshizhe opened this issue Jul 27, 2021 · 2 comments
Closed

VSCode升级之后,新版本似乎不好用>。< #259

huoshizhe opened this issue Jul 27, 2021 · 2 comments

Comments

@huoshizhe
Copy link

不知道哪里出了错

"background.customImages": [
"D:/workspace/settings/leisen.jpg",
"D:/workspace/settings/sakuya.jpg",
"D:/workspace/settings/leimu.jpg",
],
"background.style": {
"pointer-events": "none",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-size": "cover",
"background-repeat": "no-repeat",
"background-position": "top right",
"opacity": 0.2
},

@suiyun39
Copy link
Collaborator

请使用 file 或 https 协议

@huoshizhe
Copy link
Author

好用了,感谢!
"background.customImages": [
"file:///D://workspace/settings/leisen.jpg",
"file:///D://workspace/settings/sakuya.jpg",
"file:///D://workspace/settings/leimu.jpg"
],
"background.style": {
"pointer-events": "none",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-size": "cover",
"background-repeat": "no-repeat",
"background-position": "top right",
"opacity": 0.2
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants