1.下載并安裝visual Code的插件background竣蹦,Vusual Code自帶的插件中心就有顶猜。
2.打開設(shè)置中心,搜索background痘括。在默認(rèn)相關(guān)設(shè)置中點擊前面的“小筆”(編輯),會自動再右邊的用戶設(shè)置中添加相應(yīng)的代碼长窄,或者直接跳過這一步進(jìn)行第三步
3.用戶設(shè)置中添加代碼
// 配置background
"update.enableWindowsBackgroundUpdates": true,
"background.customImages": ["女朋友.jpg"],
"background.enabled": true,
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-position": "center",
"background-repeat": "no-repeat",
"background-attachment":"fixed",
" background-size": "cover",
"opacity": 0.35
},
"background.useFront": true,
"background.useDefault": false
4.重啟打開
這樣敲代碼心情就不一樣了,當(dāng)然想讓透明點就調(diào)整代碼里的參數(shù)就OK了纲菌。