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

Cargo.toml does not properly open as project in IDEA #2835

Closed
pkozelka opened this issue Sep 9, 2018 · 0 comments
Closed

Cargo.toml does not properly open as project in IDEA #2835

pkozelka opened this issue Sep 9, 2018 · 0 comments
Labels
bug subsystem::IDE Issues related to general IDE functionality (tool windows, actions, etc.)

Comments

@pkozelka
Copy link

pkozelka commented Sep 9, 2018

Environment

  • Intellij-Rust plugin version:
  • Rust toolchain version: cargo 1.28.0
  • IDE name and version: IntelliJ IDEA 2018.3 EAP
  • Operating system: Linux

Problem description

When I try to open project from file Cargo.toml, a new project is really created, but it shows only this file (Cargo.toml) instead of the complete file structure.

After closing the project and reopening it again, IDEA reports that the project does not exist; and it is probably right, because the path stored contains Cargo.toml instead of the last path element.

amakeev added a commit to amakeev/intellij-rust that referenced this issue Oct 15, 2018
amakeev added a commit to amakeev/intellij-rust that referenced this issue Oct 15, 2018
@Undin Undin added bug subsystem::IDE Issues related to general IDE functionality (tool windows, actions, etc.) labels Oct 20, 2018
amakeev added a commit to amakeev/intellij-rust that referenced this issue Oct 22, 2018
bors bot added a commit that referenced this issue Oct 23, 2018
2950: MISC: Cargo.toml does not properly open as project in IDEA #2835 r=amakeev a=amakeev

Fixes #2835

Co-authored-by: Anton Makeev <anton.makeev@jetbrains.com>
@bors bors bot closed this as completed in #2950 Oct 23, 2018
rrevenantt pushed a commit to rrevenantt/intellij-rust that referenced this issue May 30, 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
Development

No branches or pull requests

2 participants