提交 db5b58c4 编写于 作者: J Joao Moreno

isolate askpass

上级 1b5afdf5
......@@ -5,7 +5,7 @@
import * as fs from 'fs';
import * as nls from 'vscode-nls';
import { IPCClient } from './ipc/ipcClient';
import { IPCClient } from '../ipc/ipcClient';
const localize = nls.loadMessageBundle();
......
......@@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
import { window, InputBoxOptions } from 'vscode';
import { IDisposable } from './util';
import { IDisposable } from '../util';
import * as path from 'path';
import { IIPCHandler, IIPCServer } from './ipc/ipcServer';
import { IIPCHandler, IIPCServer } from '../ipc/ipcServer';
export interface AskpassEnvironment {
GIT_ASKPASS: string;
......
......@@ -13,7 +13,7 @@ import { CommandCenter } from './commands';
import { GitContentProvider } from './contentProvider';
import { GitFileSystemProvider } from './fileSystemProvider';
import { GitDecorations } from './decorationProvider';
import { Askpass } from './askpass';
import { Askpass } from './askpass/askpass';
import { toDisposable, filterEvent, eventToPromise } from './util';
import TelemetryReporter from 'vscode-extension-telemetry';
import { GitExtension } from './api/git';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册