vscode中設置背景圖片的方法:
1、vscode中點擊擴展,然后搜索background,然后點擊“insert”安裝:
2、?安裝完成后,重啟vscode,進入User Settings用戶設置,在搜索框中搜索background進行配置:
用戶配置 //"background.enabled":?false,//卸載插件開啟 "background.useDefault":?false, "background.style":?{ ????"content":?"''", ????"pointer-events":?"none", ????"position":?"absolute", ????"z-index":?"99999", ????"width":?"100%", ????"height":?"100%", ????"background-position":?"0%?0%", ????"background-size":?"cover", ????"background-repeat":?"no-repeat", ????"opacity":?0.1 }, "background.customImages":?[ ????"file:///D:/backgroundImage/rain.jpg", ????"file:///D:/backgroundImage/green.jpg" ],
相關文章教程推薦:vscode教程
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END
喜歡就支持一下吧
相關推薦