22 lines
989 B
Markdown
22 lines
989 B
Markdown
<!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file -->
|
|
|
|
# RESX Designer Auto-Generator Extension
|
|
|
|
This is a VS Code extension project that automatically regenerates Designer.cs files when RESX files are saved.
|
|
|
|
## Key Features
|
|
- File watcher for .resx files
|
|
- Automatic detection of ResGen.exe on different machines
|
|
- Smart regeneration only when needed
|
|
- Status bar updates and notifications
|
|
- Configurable settings
|
|
|
|
## Development Guidelines
|
|
- Use TypeScript for all source code
|
|
- Follow VS Code extension best practices
|
|
- Implement proper error handling and logging
|
|
- Use VS Code APIs for file watching, commands, and notifications
|
|
- Support cross-platform development (Windows, macOS, Linux)
|
|
|
|
This is a VS Code extension project. Please use the get_vscode_api with a query as input to fetch the latest VS Code API references.
|