File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,11 +278,12 @@ private async Task RegisterEventListenersAsync()
278278
279279 VSColorTheme . ThemeChanged += _ => ThemeManager . ApplyTheme ( ) ;
280280
281- await BuildProgressEventListener . InitializeAsync ( this ) ;
282- BuildProgressEventListener . Instance . BuildBegin += BuildProgressToolWindowCommand . Instance . OnBuildBegin ;
283- BuildProgressEventListener . Instance . BuildProjConfigBegin += BuildProgressToolWindowCommand . Instance . OnBuildProjConfigBegin ;
284- BuildProgressEventListener . Instance . BuildProjConfigDone += BuildProgressToolWindowCommand . Instance . OnBuildProjConfigDone ;
285- BuildProgressEventListener . Instance . BuildDone += BuildProgressToolWindowCommand . Instance . OnBuildDone ;
281+ //TODO: Temporarily commented out build event registration related to issue #795
282+ //await BuildProgressEventListener.InitializeAsync(this);
283+ //BuildProgressEventListener.Instance.BuildBegin += BuildProgressToolWindowCommand.Instance.OnBuildBegin;
284+ //BuildProgressEventListener.Instance.BuildProjConfigBegin += BuildProgressToolWindowCommand.Instance.OnBuildProjConfigBegin;
285+ //BuildProgressEventListener.Instance.BuildProjConfigDone += BuildProgressToolWindowCommand.Instance.OnBuildProjConfigDone;
286+ //BuildProgressEventListener.Instance.BuildDone += BuildProgressToolWindowCommand.Instance.OnBuildDone;
286287
287288 await DocumentEventListener . InitializeAsync ( this ) ;
288289 DocumentEventListener . Instance . OnDocumentClosing += codeModelManager . OnDocumentClosing ;
You can’t perform that action at this time.
0 commit comments