Skip to content

Commit

Permalink
docs: Recommend targetDir for rust-analyzer (#18973)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored Sep 27, 2024
1 parent 73a3344 commit a7432b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/development/contributing/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ For it to work well for the Polars code base, add the following settings to your

```json
{
"rust-analyzer.cargo.features": "all"
"rust-analyzer.cargo.features": "all",
"rust-analyzer.cargo.targetDir": true
}
```

Expand Down

0 comments on commit a7432b9

Please sign in to comment.