0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 03:47:27 +01:00
svelte/.vscode/settings.json
Rich Harris 2ebedb04a1
configure search.exclude (#9472)
Co-authored-by: Rich Harris <rich.harris@vercel.com>
2023-11-15 14:36:16 -05:00

6 lines
70 B
JSON

{
"search.exclude": {
"sites/svelte-5-preview/static/*": true
}
}