Check the forum to ensure the issue hasn’t been reported already
Couldn’t find
Provide a clear description of the bug
When using Cursor as EDITOR=cursor
and trying to open files with it (in my case from my file manager), it takes really long. However with VSCode it’s 2x faster.
Explain how to reproduce the bug (if known)
$ touch /tmp/myfile
$ # Gives ~1.1s
$ hyperfine 'code -r /tmp/myfile'
$ # Gives ~2.2.s
$ hyperfine 'cursor -r /tmp/myfile'
Tell us your operating system and your Cursor version (e.g.,
Windows, 0.x.x
).
Arch Linux.
$ code --version
1.97.2
e54c774e0add60467559eb0d1e229c6452cf8447
x64
$ cursor --version
# Produces no output
Tell us if the issue stops you from using Cursor.
No but it’s really annoying