You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup intellisense on VSCode but it is not working as expected, I will explain. I have all this directories opened in my vscode:
1- Initially I had all the projects inside the rust folder, intellisense worked poorly with the rust extension.
2- I installed rust-analyzer and disabled the official extension, after reloading vscode I started getting the error rust-analyzer failed to discover workspace.
3- Then I copied the projects rust/guessing-game and rust/grrs to the parent directory, which is also the root dir, and renamed them. So now rust-analyzer worked fine for both src/main.rs files, but is not working at all for any other file created in src or child directories.
The text was updated successfully, but these errors were encountered:
I'm trying to setup intellisense on VSCode but it is not working as expected, I will explain. I have all this directories opened in my vscode:
1- Initially I had all the projects inside the
rust
folder, intellisense worked poorly with therust
extension.2- I installed
rust-analyzer
and disabled the official extension, after reloading vscode I started getting the errorrust-analyzer failed to discover workspace
.3- Then I copied the projects
rust/guessing-game and rust/grrs
to the parent directory, which is also the root dir, and renamed them. So nowrust-analyzer
worked fine for bothsrc/main.rs
files, but is not working at all for any other file created in src or child directories.The text was updated successfully, but these errors were encountered: