mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Revert "Revert "Port github extension to use esbuild" (#298920)"
This reverts commit 51f5cafd6f.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
import { TextDecoder } from 'util';
|
||||
import { commands, env, ProgressLocation, Uri, window, workspace, QuickPickOptions, FileType, l10n, Disposable, TextDocumentContentProvider } from 'vscode';
|
||||
import { getOctokit } from './auth.js';
|
||||
import { GitErrorCodes, PushErrorHandler, Remote, Repository } from './typings/git.js';
|
||||
import { GitErrorCodes } from './typings/git.constants.js';
|
||||
import type { PushErrorHandler, Remote, Repository } from './typings/git.d.ts';
|
||||
import * as path from 'path';
|
||||
import { TelemetryReporter } from '@vscode/extension-telemetry';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user