Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I encountered this bug during local development. Every time my TypeScript application hot reloads (using tsx watch), Cursor’s embedded browser automatically opens, which is extremely disruptive to my workflow. Despite trying multiple solutions including disabling Live Server extensions, configuring tsconfig.json with “browser”: false, and adjusting workspace settings, the browser tab continues to open automatically.
Steps to Reproduce
Steps to Reproduce:
Create a Node.js backend project
Set up hot reload in package.json (e.g., “dev”: “tsx watch server.ts” or similar)
Open the project in Cursor
Run the dev script (npm run dev)
Make any code change to trigger hot reload
Observe that Cursor’s embedded browser automatically opens on every reload
Expected Behavior
Observe that Cursor’s embedded browser automatically opens on every reload
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.1.25 (Universal)
VSCode Version: 1.105.1
Commit: 7584ea888f7eb7bf76c9873a8f71b28f034a9820
Date: 2025-11-23T04:45:23.529Z (21 hrs ago)
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
