Commit 101158c
Fix build not revealing the output panel (respect cmake.revealLog) (#4887)
* Initial plan
* Fix build not revealing output panel by adding log.showChannel() at start of build
The build operation now respects the cmake.revealLog setting, matching
the behavior of the configure step. PR #4759 had removed the
unconditional showChannel call, but it should have been kept since the
Logger.showChannel() method already checks the revealLog setting.
Fixes #4885
Agent-Logs-Url: https://github.com/microsoft/vscode-cmake-tools/sessions/5d3e410f-38fa-4fb7-864a-b53e48c9cde9
Co-authored-by: snehara99 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: snehara99 <[email protected]>
Co-authored-by: Hannia Valera <[email protected]>1 parent f70c14a commit 101158c
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2245 | 2245 | | |
2246 | 2246 | | |
2247 | 2247 | | |
| 2248 | + | |
2248 | 2249 | | |
2249 | 2250 | | |
2250 | 2251 | | |
| |||
0 commit comments