cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Fix `setup.sh` and sort files on search

Open elanzini opened this issue 2 years ago • 0 comments

  1. With the current setup.sh, files are unpacked in resources/resources and lsp/lsp. This means that locally the search doesn't work because it looks for rg in resources/darwin/.., not in the resources/resources folder.

  2. Added the --sort-files flag to sort the files in the result of the search

Fixes https://github.com/getcursor/cursor/issues/13

elanzini avatar Mar 26 '23 11:03 elanzini