예제 #1
0
파일: VSPackage.cs 프로젝트: scsi110/eXpand
        protected override async Task InitializeAsync(CancellationToken cancellationToken, IProgress <ServiceProgressData> progress)
        {
            await JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);

            ExternalToolsService.Init();
            Commands.Commands.Initialize();
        }
예제 #2
0
 protected override void Initialize()
 {
     base.Initialize();
     ExternalToolsService.Init();
     Commands.Commands.Initialize();
 }