
- Add DevChat related files to .gitignore - Refactor package.json and settings - Update commandManager.ts and remove example commands - Implement customCommand.ts for handling custom commands - Remove commitMessageCommand.ts and example commands - Update chatConfig.ts and chatPanel.ts for new command handling - Add new workflows for code and commit_message
2 lines
176 B
Plaintext
2 lines
176 B
Plaintext
When writing Python code, include type hints where appropriate and maintain compliance with PEP-8 guidelines, such as providing docstrings for modules, classes, and functions.
|