Skip to content

Commit

Permalink
chore(internal): Update VSCode settings to improve perf (#5557)
Browse files Browse the repository at this point in the history
Update VSCode settings to improve perf
  • Loading branch information
Swimburger authored Jan 8, 2025
1 parent ba35b87 commit d1b49ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
"search.exclude": {
"**/.pnp.*": true,
"**/.yarn": true,
"**/node_modules": true,
"**/.git": true,
"**/.next": true,
".turbo": true,
".husky/_": true,
},
"files.readonlyInclude": {
".husky/_": true,
".turbo": true,
},
"eslint.nodePath": ".yarn/sdks",
"eslint.execArgv": [
"--max_old_space_size=16384"
],
Expand Down

0 comments on commit d1b49ae

Please sign in to comment.