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: v4.2.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: v4.3.0
Choose a head ref
  • 15 commits
  • 38 files changed
  • 2 contributors

Commits on Feb 26, 2025

  1. OneBranch now uses PowerShell 7.4 so remove workarounds (#2218)

    We can rely on the pre-installed PSResourceGet and we can re-enable tests!
    andyleejordan authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    1ee7adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601666f View commit details
    Browse the repository at this point in the history
  3. Skip test that's too slow in ADO (#2220)

    And remove test that's no longer run since <7.4 has been dropped.
    andyleejordan authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    0af8424 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    5bc5c11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8337c80 View commit details
    Browse the repository at this point in the history
  3. Surface Additional Parameter Documentation/Tooltips (#2222)

    * Add Documentation to Parameters and Variables if Present
    
    * Add tests
    
    * Handle variables
    
    * Fix CompletesAttributeValue Test
    
    * Fix Rosyn Analyzer Nit on Liq Select
    
    * Change variable label handling
    JustinGrote authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    9d56407 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Improve E2E Test Fixtures to be less flaky (#2208)

    * Improve E2E Test Fixtures to be less flaky
    
    * Adjust test skips
    
    * Fix dangling IsLinux reference
    
    * Kick Hover Test issue can down the road
    
    * Make CanSendGetCommandRequestAsync Skip in CI Again
    
    * Remove unneded using namespace
    
    * Bump GetCommandRequest to 2 minutes
    It took longer than 1 minute in Github Actions!
    
    * Skip HoverRequest on Windows for Now
    
    * Swap management for utility command and ensure help is cached.
    
    * Fix symbol test regression oopsie
    
    * Update POST
    
    * Fix DSC Test
    Contengent assuming #2208 (comment) is OK from @andyleejordan
    
    * Fix Help Update Process
    
    * Add upterm debugging to pipeline
    
    * Expand help update to all potential pwsh versions
    
    * Add PS7 Help
    
    * Try Help CAB again
    
    * Apparently it's a zip not a cab on Linux...
    
    * Fixup PS5.1 Help Script
    
    * Switch to Microsoft.PowerShell.Archive for help tests for smaller artifact size.
    
    * Clean up build script comments
    
    ---------
    
    Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com>
    JustinGrote and andyleejordan authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    7935cf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b242f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a222792 View commit details
    Browse the repository at this point in the history
  4. Remove unmaintained documentation

    This info is in the readme.
    andyleejordan committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    28b113e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    560cca3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62876c5 View commit details
    Browse the repository at this point in the history
  7. Update .NET packages

    Thanks dotnet-outdated.
    andyleejordan committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    8aedc86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22d6de3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a988a9 View commit details
    Browse the repository at this point in the history
Loading