mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
add log to askpass ipc
This commit is contained in:
@@ -43,8 +43,8 @@ async function createModel(context: ExtensionContext, outputChannel: OutputChann
|
||||
ipc = await createIPCServer();
|
||||
disposables.push(ipc);
|
||||
env = { ...env, ...ipc.getEnv() };
|
||||
} catch {
|
||||
// noop
|
||||
} catch (err) {
|
||||
outputChannel.appendLine(`[error] Failed to create git askpass IPC: ${err}`);
|
||||
}
|
||||
|
||||
if (ipc) {
|
||||
|
||||
Reference in New Issue
Block a user