78
A smart VS Code extension that automatically restarts your development server when configuration files change. Perfect for any development environment where config changes require server restarts.
Key Features
Universal File Watching - Watch any configuration file (.env, config.py, settings.json, etc.)
Smart Server Detection - Only restarts when a server is actually running
Terminal Reuse - Restarts in the same terminal where your server is running
Lightning Fast - Lightweight file watching with configurable debouncing
Zero Duplicates - Prevents multiple server instances from running
Always-On .env Reminders - Gentle notifications for .env changes even when disabled
Perfect For
Node.js projects with .env, config.json files
Python applications with config.py, settings.py files
Any framework that requires server restart on config changes
Multiple file types - works with any file extension you specify
Built with