-
-
Notifications
You must be signed in to change notification settings - Fork 228
Comparing changes
Open a pull request
base repository: KirillOsenkov/MSBuildStructuredLog
base: v2.3.143
head repository: KirillOsenkov/MSBuildStructuredLog
compare: v2.3.150
- 7 commits
- 5 files changed
- 3 contributors
Commits on Mar 3, 2026
-
Add 'Open in VS Code' button with binlog analyzer extension
Adds a toolbar button to launch VS Code with the MSBuild Binlog Analyzer extension (dotutils.binlog-analyzer) for Copilot-powered build analysis. Features: - 'Open in VS Code' button in toolbar with tip bar hint - Attach binlog button for multi-binlog comparison - Auto-installs extension from VS Code Marketplace if not present - Detects workspace folder from binlog project paths - Cross-machine binlog support (defers to VS Code extension) - Writes .vscode/settings.json and .vscode/mcp.json for MCP tools Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c6c33d - Browse repository at this point
Copy the full SHA 1c6c33dView commit details
Commits on Mar 4, 2026
-
Reduce URI delay from 2s to 1s for faster VS Code handoff
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7af516 - Browse repository at this point
Copy the full SHA c7af516View commit details
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 429d33e - Browse repository at this point
Copy the full SHA 429d33eView commit details -
Restore SetProjectContext logic: contents fallback, label visibility
Restores the original SetProjectContext behavior: - contents ??= 'A project or evaluation must be selected.' fallback - projectContextBorder always Visibility.Visible - projectContextLabel.Visibility controlled by contents != null - Guard condition order matching main Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5e17d7 - Browse repository at this point
Copy the full SHA d5e17d7View commit details -
Remove all unrelated changes from BuildControl.xaml.cs
Reverts accidental modifications to existing code: - Restore DisplayTarget evaluation parameter and call sites - Restore EditorExtension unconditional creation with Evaluation property - Restore PreprocessContext != null check - Restore 'View project graph' button in folder children - Move ViewProperty and SearchForProperty back to original locations - Fix formatting (blank line, indentation) The diff is now purely additive — only new VS Code feature code. Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff75ab1 - Browse repository at this point
Copy the full SHA ff75ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d02e3 - Browse repository at this point
Copy the full SHA 30d02e3View commit details -
Merge pull request #933 from JanKrivanek/dev/ykovalova/open-in-vscode
Add 'Open in VS Code' button with binlog analyzer extension
Configuration menu - View commit details
-
Copy full SHA for cf34266 - Browse repository at this point
Copy the full SHA cf34266View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.143...v2.3.150