I recently ran into an issue where a VS Code extension interfered with Cursor’s debug mode. While fixing it, I realized I’d accumulated quite a few extensions over time - and I no longer really know which ones are actually useful.
So I cleaned up my setup and started fresh with only the extensions recommended here:
- Python (Core language support from Microsoft)
- Cursor Pyright (Fast Python language server)
- Python Debugger (Enhanced debugging capabilities)
- Ruff (Python linter and formatter)
Are there any other extensions you’d recommend, especially for Django?