Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn multiple pets as default #597

Open
BrianTheMessiah opened this issue Aug 2, 2024 · 0 comments
Open

Spawn multiple pets as default #597

BrianTheMessiah opened this issue Aug 2, 2024 · 0 comments

Comments

@BrianTheMessiah
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant