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: PowerShell/PowerShellEditorServices
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.19.0
Choose a base ref
...
head repository: PowerShell/PowerShellEditorServices
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.20.0
Choose a head ref
  • 9 commits
  • 41 files changed
  • 3 contributors

Commits on Apr 4, 2024

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

Commits on Apr 15, 2024

  1. Bump the xunit group with 1 update

    Bumps the xunit group with 1 update: [xunit](https://github.com/xunit/xunit).
    
    
    Updates `xunit` from 2.6.6 to 2.7.0
    - [Commits](xunit/xunit@2.6.6...2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: xunit
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andyleejordan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8fe1942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa6db6 View commit details
    Browse the repository at this point in the history
  3. Remove last instance of GetAwaiter()

    And so stop ignoring `VSTHRD002`.
    andyleejordan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6ef2d0b View commit details
    Browse the repository at this point in the history
  4. Fix DebugServiceTests

    By ensuring that our event queue is only accessed from the threadpool,
    not the pipeline thread. We now do this in the event handler and the
    assertions, instead of around calls to the `debugService`.
    andyleejordan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a7a289d View commit details
    Browse the repository at this point in the history
  5. Be consistent with error suppression

    Avoiding pragmas wherever possible.
    andyleejordan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a4725bc View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix OneBranch signing certificate

    Which was silently broken due to a typo :(
    andyleejordan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    95c0af5 View commit details
    Browse the repository at this point in the history
  2. Remove Plaster integration

    The project is dormant an longer shipped/signed by Microsoft.
    andyleejordan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5cdb268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4317c8b View commit details
    Browse the repository at this point in the history
Loading