Skip to content

Commit

Permalink
build: Add v4-abacus to VSCode file watcher. (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanDYDX authored Apr 3, 2024
1 parent d5dbad7 commit a0d49e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"explorer.sortOrder": "mixed",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"files.watcherExclude": {
"**/.git": true,
"**/node_modules/*": true,
"**/node_modules/@dydxprotocol/v4-abacus": false
}
}

0 comments on commit a0d49e7

Please sign in to comment.