Opening file from CLI is multiple times slower than with VSCode

:white_check_mark: Check the forum to ensure the issue hasn’t been reported already

Couldn’t find

:lady_beetle: 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.

:counterclockwise_arrows_button: 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'

:laptop: 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

:prohibited: Tell us if the issue stops you from using Cursor.

No but it’s really annoying

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.