VSCode Development - code is inactive due to #[cfg] directives: kani is disabled
#3733
Unanswered
franklee26
asked this question in
Q&A
Replies: 1 comment
-
Can you try adding:
to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm interested in adding Kani to a project I'm working on. I was able to complete the installation and setup and run a basic harness from my machine. I'm using vscode w/ rust-analyzer and the Kani directives are greyed out due to
code is inactive due to #[cfg] directives: kani is disabled
. I added"rust-analyzer.cargo.features": "all"
to mysettings.json
and restarted rust-analyzer + vscode to no avail. What is the recommended development setup to get around this?Beta Was this translation helpful? Give feedback.
All reactions