vs 코드의 배경 이미지
4311 단어 vscode
단계
CMD/CTRL + SHIFT + P
및 선택The Open Settings (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": [
"https://cdn.wallpapersafari.com/5/23/AMbq2m.jpg", "https://ih1.redbubble.net/image.810930104.5005/raf,750x1000,075,t,FFFFFF:97ab1c12de.jpg",
"D:/ec/images/terminal/robot.jpg",
]
다시 시작하면 배경 이미지가 있는 멋진 새 편집기가 표시됩니다.
Note: To remove the warning from vscode, click on the little setting button and then select don't show again.
Reference
이 문제에 관하여(vs 코드의 배경 이미지), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/bharathmuppa/change-background-of-vscode-8no텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)