Use agent mode in VS Code

PHOTO EMBED

Mon Jul 14 2025 04:52:45 GMT+0000 (Coordinated Universal Time)

Saved by @Shookthadev999

---
applyTo: "**"
---
# Project general coding standards

## Naming Conventions
- Use PascalCase for component names, interfaces, and type aliases
- Use camelCase for variables, functions, and methods
- Prefix private class members with underscore (_)
- Use ALL_CAPS for constants

## Error Handling
- Use try/catch blocks for async operations
- Implement proper error boundaries in React components
- Always log errors with contextual information

Copy
content_copyCOPY

https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode#_define-tool-sets