Skip to content

Commit 23a2db9

Browse files
committed
Ignore Lucide in autoImport
1 parent f56c655 commit 23a2db9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"tailwindCSS.classFunctions": ["clsx"],
1313
"editor.quickSuggestions": {
1414
"strings": "on"
15-
}
15+
},
16+
"typescript.preferences.autoImportFileExcludePatterns": [
17+
"**/node_modules/lucide-react"
18+
]
1619
}

0 commit comments

Comments
 (0)