Improve the performance of filename completion over large repositories. (#938)

This commit is contained in:
DeWitt Clinton 2025-06-12 07:09:38 -07:00 committed by GitHub
parent 9072a4e5ee
commit f2ab6d08c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 84 additions and 11 deletions

View file

@ -32,6 +32,7 @@ export default tseslint.config(
'eslint.config.js',
'packages/cli/dist/**',
'packages/core/dist/**',
'packages/server/dist/**',
'eslint-rules/*',
'bundle/**',
],