vscode-background
vscode-background copied to clipboard
Bring background images to your vscode. vscode background 背景扩展插件。
也应该去更新一波了,让夕阳项目发挥发挥余热。 该 Roadmap 为 `v2.0` 计划,会不断更新,有缘来到这里的朋友也可以分享下想法。 ## Roadmap 🎯 - [x] 增加多部分区域的背景设置 - [x] 全屏、codarea (v1.0) - [x] 终端 - [x] 侧边栏 - [x] 调整设置,把 `background.` 移动到 `background.editor.` - [x]...
I currently have this configuration for the plugin: ```json "background.fullscreen": { "images": [ "https://image1example.test", "https://image2example.test", "https://image3example.test", "https://image4example.test", "https://image5example.test", ], "interval": 600 ... }, ``` Every time I launch a new...