Correctly pass machineId, some text and styling updates

This commit is contained in:
Rachel Macfarlane
2018-01-10 12:54:45 -08:00
parent faa735b1f4
commit 94e68b7c46
5 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ export class CodeApplication {
services.set(IWindowsMainService, new SyncDescriptor(WindowsManager, machineId));
services.set(IWindowsService, new SyncDescriptor(WindowsService, this.sharedProcess));
services.set(ILaunchService, new SyncDescriptor(LaunchService));
services.set(IIssueService, new SyncDescriptor(IssueService));
services.set(IIssueService, new SyncDescriptor(IssueService, machineId));
// Telemtry
if (this.environmentService.isBuilt && !this.environmentService.isExtensionDevelopment && !this.environmentService.args['disable-telemetry'] && !!product.enableTelemetry) {