## Description
**Brief description of what this PR does**
## Type of Change
- [ ] 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
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Dependency update
## Related Issues
Fixes #(issue number)
Related to #(issue number)
## Changes Made
**List the main changes in this PR:**
-
-
-
## Testing
**Describe how you tested these changes:**
- [ ] Rust unit tests pass (`cargo test`)
- [ ] Rust clippy passes (`cargo clippy`)
- [ ] TypeScript compiles (`npm run compile`)
- [ ] Extension tested in VS Code
- [ ] Manually tested the following scenarios:
-
-
## Screenshots
**If applicable, add screenshots to demonstrate the changes**
## Checklist
- [ ] My code follows the project's code style
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have updated the CHANGELOG.md file
- [ ] I have checked my code for security vulnerabilities
## Additional Notes
**Any additional information reviewers should know**
## Breaking Changes
**If this is a breaking change, describe:**
- What breaks
- Migration path for users
- Updated documentation