Skip to content

Commit

Permalink
README.md: Add RUSTC var to vscode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mvachhar committed Feb 7, 2025
1 parent 5d85763 commit d3eadca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ To do this, add the following to your `.vscode/settings.json` file:

```json
"rust-analyzer.server.extraEnv": {
"CARGO": "<absolute path to dataplane directory>/bin/cargo"
"RUSTC": "<absolute path to dataplane directory>/compile-env/bin/rustc",
"CARGO": "<absolute path to dataplane directory>/compile-env/bin/cargo"
}
```

Expand Down

0 comments on commit d3eadca

Please sign in to comment.