Add Open in T3 Code to Windows context menu and project launch#998
Add Open in T3 Code to Windows context menu and project launch#998adityavardhansharma wants to merge 2 commits intopingdotgg:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can generate a title for your PR based on the changes.Add |
What Changed
installer.nshand wired it into the desktop build.windowsProjectLaunch.ts, main process, preload, and IPC inpackages/contracts).scripts/build-desktop-artifact.tsupdated to include the installer script so the context menu is registered on install and removed on uninstall.Why
Users expect to right‑click a folder in Windows Explorer and choose "Open in T3 Code" after installation. This adds that flow: installer registers the context menu, and the desktop app handles the launch and shows the correct project in the UI.
UI Changes
Context menu: After install, right‑clicking a folder (or the folder background) in Explorer shows "Open in T3 Code" in the context menu. No before screenshot (new feature).
**Video **
Recording.2026-03-13.004744.mp4
Checklist