From f2ab6d08c4cd0ca9a5b3900a6bb66a083c0577ee Mon Sep 17 00:00:00 2001 From: DeWitt Clinton Date: Thu, 12 Jun 2025 07:09:38 -0700 Subject: Improve the performance of filename completion over large repositories. (#938) --- packages/core/src/utils/gitIgnoreParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/core/src/utils') diff --git a/packages/core/src/utils/gitIgnoreParser.ts b/packages/core/src/utils/gitIgnoreParser.ts index ae1a7a01..d5d013a8 100644 --- a/packages/core/src/utils/gitIgnoreParser.ts +++ b/packages/core/src/utils/gitIgnoreParser.ts @@ -6,7 +6,7 @@ import * as fs from 'fs/promises'; import * as path from 'path'; -import ignore, { Ignore } from 'ignore'; +import ignore, { type Ignore } from 'ignore'; import { isGitRepository } from './gitUtils.js'; export interface GitIgnoreFilter { -- cgit v1.2.3