Skip to content

Commit

Permalink
vscode: have rust-analyzer ignore .direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Apr 27, 2024
1 parent 84685d2 commit 418e856
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"editor.formatOnSave": true,
"rust-analyzer.files.excludeDirs": [
".direnv"
],
// https://twitter.com/sridca/status/1674947342607216641
// "editor.inlayHints.enabled": "offUnlessPressed",
}
}

0 comments on commit 418e856

Please sign in to comment.