Home >Development Tools >VSCode >Add background image to vscode

Add background image to vscode

王林
王林Original
2020-05-12 15:39:554593browse

Add background image to vscode

First open the vscode extension and install the background plug-in

Add background image to vscode

##Then open File>Preferences>Settings, on the right Just set the style you like in the settings.

"background.enabled": true, indicating whether the plug-in is enabled.

"background.useDefault": false, indicates whether to use the default image.

"background.customImages": Indicates the image path

This is an array, which means you can set multiple different images! Remember, three at most! /D:/like.jpg is the path address of the image.

Add background image to vscode

Recommended tutorial:

vscode tutorial

The above is the detailed content of Add background image to vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn