Skip to content

Commit

Permalink
chore(vscode): ignore direnv and nix results
Browse files Browse the repository at this point in the history
To avoid 'rg' cpu usage spike.
  • Loading branch information
srid committed May 5, 2024
1 parent c74bc8f commit 44ff148
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"files.watcherExclude": {
"**/.direnv/**": true,
"**/result/**": true,
"**/result-*/**": true
},
"editor.formatOnSave": true,
// https://twitter.com/sridca/status/1674947342607216641
"editor.inlayHints.enabled": "offUnlessPressed",
Expand Down

0 comments on commit 44ff148

Please sign in to comment.