mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
git: config.terminalAuthentication
This commit is contained in:
@@ -29,7 +29,6 @@ export interface IIPCHandler {
|
||||
|
||||
export async function createIPCServer(context?: string): Promise<IIPCServer> {
|
||||
const server = http.createServer();
|
||||
|
||||
const hash = crypto.createHash('sha1');
|
||||
|
||||
if (!context) {
|
||||
|
||||
Reference in New Issue
Block a user