mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
ipc: send client ids when connecting
This commit is contained in:
@@ -122,7 +122,7 @@ function setupIPC(hook: string): TPromise<Server> {
|
||||
|
||||
// should retry, not windows and eaddrinuse
|
||||
|
||||
return connect(hook).then(
|
||||
return connect(hook, '').then(
|
||||
client => {
|
||||
// we could connect to a running instance. this is not good, abort
|
||||
client.dispose();
|
||||
|
||||
Reference in New Issue
Block a user