Remote Dev KitRun and hot-reload your project on a remote VPS, from inside VS Code. No local Docker, no containers on your laptop, and your code never leaves your machine. Install from the VS Code Marketplace What it doesPoint it at any project with a Deploy builds the image on the VPS and serves it at Watch live-syncs your edits into the running container, so your dev server reloads as you type. Your source stays on your machine; only the changes travel. The sidebar shows a status dot per service, every URL the stack exposes, and puts logs and a shell one click away. Stop keeps your database. Destroy wipes images and volumes, and tells you so before it does it. It drives Docker over a remote SSH context, which is why you don't need Docker Desktop, just
the Requirements
The DNS record is set once and covers every project you'll ever deploy. Getting started
The first run also asks for your SSH target and wildcard domain. Once, ever. Every later project reuses them. There is no settings screen to visit. Everything else is detected:
ConfigurationSetup writes one file to your project, This is the same file the Edit it by hand whenever you like. The extension watches the file and re-reads it on save. If
it still contains Six global VS Code settings sit under Works with any stackNothing here is Django-specific. Point it at any Relationship to the CLIThis is the GUI companion to remote-dev-kit.
Same engine underneath: a remote Docker context, Traefik, and bundled compose stacks. Doctor
and Security audit in the sidebar shell out to ContributingLocal development, packaging and release steps are in CONTRIBUTING.md. LicenseMIT |