Skip to content

Commit

Permalink
docs: Recommend targetDir for rust-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Sep 27, 2024
1 parent a030634 commit 7ceb942
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 7ceb942

Please sign in to comment.