Skip to content

Commit

Permalink
chore(vscode): configure search exclusions (#1165)
Browse files Browse the repository at this point in the history
## 🧰 Changes

when pairing with @emilyskuo we noticed a handful of directories/files
that i had configured myself but didn't configure for the repo writ
large. figured all vscode users could benefit from this config.

## 🧬 QA & Testing

do the search results properly exclude certain directories/files?
  • Loading branch information
kanadgupta committed Feb 3, 2025
1 parent 36deee8 commit c14f66c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"search.exclude": {
"**/dist-gha": true,
"CHANGELOG.md": true,
"package-lock.json": true
}
}

0 comments on commit c14f66c

Please sign in to comment.