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: iosub/WindowsDeveloperConfig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/WindowsDeveloperConfig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 46 files changed
  • 10 contributors

Commits on Jun 6, 2026

  1. Use wsl --list

    AmelBawa-msft committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    31f3660 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. Merge pull request microsoft#62 from microsoft/user/amelbawa/wsl-list…

    …-test
    
    Detect existing WSL distros via wsl --list instead of HKCU\Lxss
    AmelBawa-msft authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    5b1764a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f339830 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. Add PowerShell developer workload (microsoft#64)

    * Add PowerShell developer workload
    
    * Fix dependsOn
    
    * Update Microsoft.VSCode.Dsc version to 0.1.6-alpha in PowerShell workload configuration
    Gijsreyn authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    b25ec4a View commit details
    Browse the repository at this point in the history
  2. Make package installs silent (microsoft#75)

    * silent install
    
    * fix wsl script
    
    * back to cmd redirect
    
    * start-process fix
    
    * update root  too
    yao-msft authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    a80b7f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2026

  1. Configuration menu
    Copy the full SHA
    dadeab2 View commit details
    Browse the repository at this point in the history
  2. Add SQL lightweight developer workload (microsoft#66)

    * Add SQL lightweight developer workload
    
    * Fix dependsOn
    
    * Resolve remarks Amir
    
    ---------
    
    Co-authored-by: AmirMS <104940545+AmelBawa-msft@users.noreply.github.com>
    Gijsreyn and AmelBawa-msft authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    8635ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ea309 View commit details
    Browse the repository at this point in the history
  4. Signed-copy drift guard (check 2 of 2) (microsoft#34)

    * Add signed-copy drift guard (check 2 of 2)
    
    Introduces src/tools/check-signed-drift.ps1 (shared comparator) and
    .github/workflows/signed-copy-guard.yml. The workflow runs on PRs
    that touch the top-level signed-copy roots and fails if any
    PR-touched file no longer matches its src/ counterpart (modulo the
    Authenticode signature block on .ps1 files).
    
    A follow-up PR will layer a non-blocking "Drift status" visibility
    check on the same comparator (check 1 of 2).
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * Add 'signed-copy-drift-guard' branch to PR workflow
    
    * Update signed-copy-guard.yml
    
    * Add comment to install.ps1 for file touch behavior
    
    Add comment for intentional file touch to flag behavior
    
    * Update install.ps1
    
    * Update install.ps1
    
    * Update install.ps1
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    crutkas and Copilot authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    94c04d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. Improve WSL Comfort zsh history and command-not-found integration (mi…

    …crosoft#76)
    
    * Improve WSL Comfort zsh history behavior
    
    * Enable zsh command-not-found integration
    Rukkhadevata123 authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    bba7ea6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

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

Commits on Jun 19, 2026

  1. Enhance OhMyPosh command with UTF-8 encoding

    Updated the command for OhMyPosh initialization to include UTF-8 encoding settings.
    crutkas authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    a98e0d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#82 from microsoft/dev/crutkas/encodingOh…

    …MyPosh
    
    Enhance OhMyPosh command with UTF-8 encoding
    crutkas authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    0cd8dda View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

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

Commits on Jul 22, 2026

  1. Configuration menu
    Copy the full SHA
    dfb075a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44572f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a17ed5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2026

  1. Configuration menu
    Copy the full SHA
    d3ea692 View commit details
    Browse the repository at this point in the history
  2. Bump the github-actions group with 2 updates (microsoft#95)

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/checkout` from 4.4.0 to 7.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.4.0...3d3c42e)
    
    Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@ea165f8...043fb46)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2026
    Configuration menu
    Copy the full SHA
    b5561d1 View commit details
    Browse the repository at this point in the history
Loading