0.18.3
What's Changed ✨ New Features Init hooks in "Reopen in Devbox" — devbox integrate vscode gained a --run-init-hook flag that sources your project's init_hook before relaunching the editor, so env vars it exports are present in the reopened window (previously only devbox shell saw them). The VS Code extension (0.1.9) exposes this as an opt-in devbox.runInitHookOnReopen setting; leave it off and olde…