atom-racer icon indicating copy to clipboard operation
atom-racer copied to clipboard

Feature Request: Get rid or move location of temp files

Open aniljava opened this issue 8 years ago • 1 comments

If possible get rid of temp files to communicate. Or allow to change the directory for the location using global configuration or parameter passed to

If temp files and its location is a hard requirement (assuming racer makes use of cargo, rustc and need a file in specific location), consider creating a shadow of project in other location such as /tmp/, /dev/shm/ that is configurable by user.

Along with the problem in project's FAQ about flickering, it would solve other problems such as:

  1. #80

aniljava avatar Jan 14 '17 20:01 aniljava

This was done in my fork: https://atom.io/packages/racer-plus

Xaeroxe avatar Aug 16 '17 18:08 Xaeroxe