From d3eadcab47137cb5de3345f9da5e96ed0feeec3d Mon Sep 17 00:00:00 2001 From: Manish Vachharajani Date: Thu, 6 Feb 2025 17:43:13 -0700 Subject: [PATCH] README.md: Add RUSTC var to vscode setup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a54432..38f65fe8 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,8 @@ To do this, add the following to your `.vscode/settings.json` file: ```json "rust-analyzer.server.extraEnv": { - "CARGO": "/bin/cargo" + "RUSTC": "/compile-env/bin/rustc", + "CARGO": "/compile-env/bin/cargo" } ```