Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KirillOsenkov/MSBuildStructuredLog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.150
Choose a base ref
...
head repository: KirillOsenkov/MSBuildStructuredLog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.154
Choose a head ref
  • 4 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 27, 2026

  1. Support VS Code Insiders with auto-detection and variant picker

    Auto-detect both VS Code (stable) and VS Code Insiders installations.
    When multiple variants are found, a dropdown arrow appears next to the
    button letting the user choose. The selection is persisted via
    SettingsService. The button label adapts to show the active variant
    name. URI scheme switches between vscode:// and vscode-insiders://
    based on the selected installation.
    
    Closes #935
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    AndyGerlicher and Copilot committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    63aaa72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #938 from AndyGerlicher/support-vscode-insiders

    Support VS Code Insiders with auto-detection and variant picker
    KirillOsenkov authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    4ea0e9b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. Configuration menu
    Copy the full SHA
    af006bb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Merge pull request #939 from SergeyTeplyakov/net10-upgrade

    Upgrade TFMs from net8.0 to net10.0
    KirillOsenkov authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    c16badf View commit details
    Browse the repository at this point in the history
Loading