Port git extension to use esbuild

Fixes #296355
This commit is contained in:
Matt Bierner
2026-02-26 14:10:15 -08:00
parent fbe3aeed07
commit a453d99821
31 changed files with 190 additions and 46 deletions

View File

@@ -5,7 +5,7 @@
import { LogOutputChannel, Memento, Uri, workspace } from 'vscode';
import { LRUCache } from './cache';
import { Remote, RepositoryAccessDetails } from './api/git';
import type { Remote, RepositoryAccessDetails } from './api/git';
import { isDescendant } from './util';
export interface RepositoryCacheInfo {