Skip to content

Commit

Permalink
removes turbopack search exception (#8921)
Browse files Browse the repository at this point in the history
with turbopack being removed in
#8906, we can also remove this from
the vscode settings
  • Loading branch information
dimitropoulos authored Aug 2, 2024
1 parent 912452f commit eb1c2e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"files.insertFinalNewline": false,
"files.trimTrailingWhitespace": false
},
"search.exclude": {
"crates/turbopack-tests/tests/snapshot/**": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit eb1c2e2

Please sign in to comment.