protected override async Task InitializeAsync(CancellationToken cancellationToken, IProgress <ServiceProgressData> progress) { await JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); ExternalToolsService.Init(); Commands.Commands.Initialize(); }
protected override void Initialize() { base.Initialize(); ExternalToolsService.Init(); Commands.Commands.Initialize(); }