Add "Pet Name" configuration option#768
Open
mjayroe01 wants to merge 2 commits into
Open
Conversation
Introduces a new 'vscode-pets.petName' setting in package.json and updates extension logic to support custom pet names. Also ensures configuration changes for pet name trigger relevant updates.
Introduces the 'vscode-pets.petName.description' key to all language files and updates package.json to use the localized description for the pet name setting. This improves internationalization and consistency across supported languages.
Owner
|
There is already a system to setting pet names, when you spawn a pet it will prompt you to enter the name https://tonybaloney.github.io/vscode-pets/pets/#adding-additional-pets |
Author
This is not when spawning more pets, this is in the VS Code settings along with the other stuff like vscode-pets.petColor, vscode-pets.petType, etc. as seen in the package.json that you can set to spawn when you launch the extension |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a new 'vscode-pets.petName' setting in package.json and updates extension logic to support custom pet names. Also ensures configuration changes for pet name trigger relevant updates. Also introduces the 'vscode-pets.petName.description' key to all language files and updates package.json to use the localized description for the pet name setting.