## Description

<!-- Provide a brief description of the changes in this PR -->

## Related Issue

<!-- Link to the issue this PR addresses (if applicable) -->
Fixes #

## Type of Change

<!-- Mark the relevant option with an "x" -->

- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
- [ ] ✨ New feature (non-breaking change that adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 📝 Documentation update
- [ ] 🎨 Style/UI changes
- [ ] ♻️ Code refactoring (no functional changes)
- [ ] ⚡ Performance improvement
- [ ] 🧪 Test updates
- [ ] 🔧 Configuration changes
- [ ] 🔨 Build/CI changes

## Changes Made

<!-- List the specific changes made in this PR -->

-
-
-

## Screenshots / Demo

<!-- If applicable, add screenshots or GIFs demonstrating the changes -->

## Testing

<!-- Describe how you tested these changes -->

- [ ] I have tested this locally in VSCode
- [ ] I have tested this in Cursor
- [ ] I have added/updated tests as needed
- [ ] All existing tests pass

## Checklist

<!-- Mark completed items with an "x" -->

- [ ] My code follows the project's coding style
- [ ] I have performed a self-review of my code
- [ ] I have commented my code where necessary
- [ ] I have updated documentation as needed
- [ ] My changes generate no new warnings or errors
- [ ] I have checked my code for potential security issues

## Additional Notes

<!-- Any additional information that reviewers should know -->

---
🥚 Thank you for contributing to VSCode Tamagotchi!

