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 { Disposable, Event, EventEmitter, Uri, workspace } from 'vscode';
import { BranchProtection, BranchProtectionProvider } from './api/git';
import type { BranchProtection, BranchProtectionProvider } from './api/git';
import { dispose, filterEvent } from './util';
export interface IBranchProtectionProviderRegistry {