You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2023/04/24 12:16:37 UTC

[GitHub] [arrow-rs] berkaysynnada commented on issue #4115: Rust Analyzer does not work for object_store files

berkaysynnada commented on issue #4115:
URL: https://github.com/apache/arrow-rs/issues/4115#issuecomment-1520048619

   > I don't personally use rust-analyser, but some brief searching suggests you can manually configure the two workspaces, with something like
   > 
   > ```
   > {
   >     "rust-analyzer.linkedProjects": [
   >         "Cargo.toml"
   >         "object_store/Cargo.toml",
   >     ]
   > }
   > ```
   > 
   > It would appear rust-analyser auto-configuration fails for multiple workspaces in the same directory hierarchy.
   
   Thanks, it worked 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org