- Install the background plugin
- Open the Settings
- Find plugin Background Config in Extensions
- Click edit in Settings. json on the right and paste in the following code
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "window.zoomLevel": 0, "leetcode.endpoint": "leetcode-cn", "files.associations": { "*.cjson": "jsonc", "*.wxss": "css", "*.wxs": "javascript" }, "emmet.includeLanguages": { "wxml": "html" }, "minapp-vscode.disableAutoConfig": true, "diffEditor.ignoreTrimWhitespace": false, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "update.enableWindowsBackgroundUpdates": true, "background.customImages": [" file:///C:/Users/songjm/Downloads/taitou.png "/ / picture address]," background. Style ": {" content ":" "'", "pointer - events" : "none", "position" : "absolute", / / picture position "width" : "100%", "height" : "100%", "Z - index", "99999", "background. Repeat" : "repeat", "background - size" : "100%, 100%," "opacity" : / / picture size 0.1 / / transparency}, "background.useFront": true, "background.useDefault": false, "editor.fontSize": 24 }Copy the code