cursor
cursor copied to clipboard
Fix `setup.sh` and sort files on search
-
With the current
setup.sh, files are unpacked inresources/resourcesandlsp/lsp. This means that locally thesearchdoesn't work because it looks forrginresources/darwin/.., not in theresources/resourcesfolder. -
Added the
--sort-filesflag to sort the files in the result of the search
Fixes https://github.com/getcursor/cursor/issues/13