Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Build (⌘F9) button #3530

Closed
chertov opened this issue Mar 14, 2019 · 0 comments · Fixed by #3926 or #4397
Closed

Issue with Build (⌘F9) button #3530

chertov opened this issue Mar 14, 2019 · 0 comments · Fixed by #3926 or #4397
Assignees
Labels
bug subsystem::IDE Issues related to general IDE functionality (tool windows, actions, etc.)

Comments

@chertov
Copy link

chertov commented Mar 14, 2019

Environment

  • Intellij-Rust plugin version: latest, i can't see version in plugin list!
  • Rust toolchain version: 1.34.0
  • IDE name and version: Clion 2018.3
  • Operating system: macOS 10.14.2

Problem description

Hi! I have project with two Cargo.toml

project_root/app_client/Cargo.toml
project_root/app_server/Cargo.toml

project_root is root directory in Clion and two Cargo.toml was attached
I have configuration for every Cargo.toml:

[Build button] | run [app_client] | [Run button]
[Build button] | run [app_server] | [Run button]

[Run button] work perfect for all configurations! I can compile and run code for selected configuration.

[Build button] runs correct cargo check if run [app_server] configuration is selected.
But [build button] is still running run [app_server] cargo check even when i did select configuration run [app_client]!

@chertov chertov changed the title Problem with Build (⌘F9) button Issue with Build (⌘F9) button Mar 14, 2019
@Undin Undin added bug subsystem::IDE Issues related to general IDE functionality (tool windows, actions, etc.) labels Mar 14, 2019
@Undin Undin self-assigned this Mar 14, 2019
@Undin Undin assigned mchernyavsky and unassigned Undin Oct 5, 2019
@bors bors bot closed this as completed in 39597ce Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug subsystem::IDE Issues related to general IDE functionality (tool windows, actions, etc.)
Projects
None yet
3 participants