Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When using the integrated terminal in Cursor, if I execute a command and then use the “stop” or “skip” functions, the next command I run is prepended with a “q” (for example, qadb install … instead of adb install …). This causes the commands to fail, since “qadb” is not a valid command.
Steps to Reproduce:
Run any command in the Cursor terminal.
Use the “stop” or “skip” function.
Run a new command.
Observe that the command is executed with a “q” prepended.
Impact:
Breaks automation and scripting flows.
Causes valid commands to fail unexpectedly.
Can confuse users and slow down development.
Suggestion:
Fix the bug so that the command buffer does not add any unexpected prefix after using “stop” or “skip”.
Steps to Reproduce
adb install -r app\build\outputs\apk\debug\app-debug.apk # Correct
use Skip or Stop command and
qadb install -r app\build\outputs\apk\debug\app-debug.apk # Incorrect after “stop” or “skip”
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.5.11+
VSCode Version: 1.99.3
Additional Information
Enter in a loop and I have to start all over again
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor