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

[Feature] Let Shuffle The Images

Open ericmp33 opened this issue 5 months ago • 2 comments

I currently have this configuration for the plugin:

"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 VSCode window, it starts with the same image. I'd love the array of images to be shuffled somehow. In the example config I provided there is only 5 images, but in reality I have a lot more. The ones at the end never get shown.

Is it possible to add a new config, and shuffle the images array every time a new VSCode window launches?

"shuffleImages": true

ericmp33 avatar Sep 20 '24 12:09 ericmp33