AtomBuild / atom-build-cargo

Cargo (Rust) integration for Atom
MIT License
18 stars 6 forks source link

Build Target Options Unavailable with Atom 1.17.2 #91

Closed zyvitski closed 7 years ago

zyvitski commented 7 years ago

I just updated Atom to 1.17.2. After this update the menu that usually contains the target options for cargo (opens by pressingf7) is now empty. I am running the latest versions of Atom, Cargo, Rustc, and all of the dependencies for atom-build-cargo.

screen shot 2017-05-26 at 1 20 06 pm
zyvitski commented 7 years ago

I have figured out what the issue was.

My project directory is setup as such:

top_folder /
    cargo_project/
    other_things...

I had the "top_folder" opened as the project folder in atom. I believe that this was the issue since I assume that the build system is looking in the project folder for the cargo.toml