[Question] How can I enable certain features with "rust-analyzer.json" #502
Replies: 3 comments 11 replies
-
Hey: Theres a footnote in the readme that links to an example and refers to the rust-analyzer configuration manual. Your first and third attempts look correct to me (apart from the missing P.S. I am thinking of deprecating |
Beta Was this translation helpful? Give feedback.
-
Hey, I also have the same problem currently trying to activate a certain feature using
I am playing around with the embedded discovery book, and there is Here's the log when I open the
What could be the problem here, and is there a possibility to check the current active config of the |
Beta Was this translation helpful? Give feedback.
-
@mrcjkb If it's not too late, why deprecate rust-analyzer.json? I don't use vscode at all, so I don't even have a .vscode folder in most of my projects. Should I just add that anyways instead? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
Sorry for the silly question but I haven't been able to enable certain features with the config file.
I have a root file
rust-analyzer.json
and I've tried setting:and
and
and more combinations, and none work
For context I'm working on this repo https://github.com/nickydonna/parry, particularly this section https://github.com/nickydonna/parry/blob/master/src/shape/trimesh.rs#L372
Sorry again if this is silly, but I don't know where to look
Beta Was this translation helpful? Give feedback.
All reactions