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

Spawn multiple pets as default

Open BrianTheMessiah opened this issue 6 months ago • 0 comments

Please describe your idea. I want to be able to add pets to a list and name them rather than having the setting.json look like this

"vscode-pets.petColor": "red", "vscode-pets.position": "explorer", "vscode-pets.petSize": "small", "vscode-pets.petType": "dog", "vscode-pet.name": "Jericho",

I would want it to look more like this

"vscode-pets.pets": [ { "type": "cat", "color": "brown", "size": "medium" }, { "type": "dog", "color": "black", "size": "small" } ],

Describe how the idea would be helpful This will avoid having to add more pets each time on startup and add some personality to your pets by having them keep their names. Additional context Add any other context or screenshots about the feature request here.

BrianTheMessiah avatar Aug 02 '24 21:08 BrianTheMessiah