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

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import { Command, commands, Disposable, Event, EventEmitter, Memento, Uri, workspace, l10n } from 'vscode';
import { PostCommitCommandsProvider } from './api/git';
import type { PostCommitCommandsProvider } from './api/git';
import { IRepositoryResolver, Repository } from './repository';
import { ApiRepository } from './api/api1';
import { dispose } from './util';