vscode-background icon indicating copy to clipboard operation
vscode-background copied to clipboard

Bring background images to your vscode. vscode background 背景扩展插件。

Results 32 vscode-background issues
Sort by recently updated
recently updated
newest added

分享各自的背景图。 Share the background images.

I tried a lot of ways but it seems that the background wont load up My setting.json ```{ "background.enabled": true, "background.useDefault": false, "background.useFront": true, "background.style": { "pointer-events": "none", "position": "absolute",...

按照文档中所说,在未设置 **`background.enable` ** 的情况下,进行了卸载,会出现卸载不干净的情况。 但并不需要重新安装 `vscode`。 只需要将插件重新安装,再正确步骤卸载即可。

![image](https://user-images.githubusercontent.com/6983075/101133002-e6a13c80-3642-11eb-8528-208e19985aa2.png)

本插件是通过修改vscode样式文件的方式更改背景,所以需要有对该样式文件的读写权限。

![图片](https://user-images.githubusercontent.com/7100178/95551884-3cd87180-0a3e-11eb-9217-486203092f09.png)

翻了翻issue好像没有找到 就是插件完全失效,默认图片也不显示,**改settings,json插件不会提示重启vscode** settings.json 内容:无 `background` 插件的设置内容(事实上改别的也不会有变化)

Hi I love your extension but I'm getting a "Your vscode is corrupt warning". Is there anyway to make this official? Thanks

background.customImages数组定义了三张图片,但是每次都是第一个元素的图,如何开启循环,每次打开标签使用不同的背景图

第一次使用,体验很好。不过一个一个导入url或者文件路径感觉很吃力。之前在visual code用的ClaudiaIDE extension,里面支持本地文件夹路径自动导入,不知道能否支持一下。 目前的想法是: 不改动原来的逻辑,增加一个folder option, ``` { "background.fullscreen": { "images": ["https://pathtoimage.png"], // urls of your images "folder": "", // local folder "opacity": 0.91, // 0.85 ~ 0.95 recommended "size":...

feature-request