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

@@ -12,7 +12,7 @@ import { GitDecorations } from './decorationProvider';
import { Askpass } from './askpass';
import { toDisposable, filterEvent, eventToPromise } from './util';
import TelemetryReporter from '@vscode/extension-telemetry';
import { GitExtension } from './api/git';
import type { GitExtension } from './api/git';
import { GitProtocolHandler } from './protocolHandler';
import { GitExtensionImpl } from './api/extension';
import * as path from 'path';