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.18.1
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.19.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 3 contributors

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    fed92a8 View commit details
    Browse the repository at this point in the history
  2. Fix Dependabot

    andyleejordan committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    db3d833 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Support 'preview' in version and always publish (a draft)

    Removed the manual validation step because it is unnecesary (and annoying)
    to gate this pipeline since it opens an unpublished, draft release.
    The downstream triggered pipeline will gate the release to the VS Code
    marketplace.
    andyleejordan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    20f90a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Use a provided shell integration script directly

    Instead of having to maintain an edited copy (which was really annoying)
    I stubbed out `PSConsoleHostReadLine` to do what's expected.
    So now we can just use the existing shell integration script directly!
    
    Since we can't reliably find the script using
    `code --locate-shell-integration-path pwsh` we now rely on it being sent
    by the client on initialization. Its presence implies the feature is on.
    
    This is pretty VS Code specific, but not necessarily so.
    
    Apply suggestions from code review
    
    Thanks Patrick!
    
    Co-authored-by: Patrick Meinecke <SeeminglyScience@users.noreply.github.com>
    andyleejordan and SeeminglyScience committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5b30599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21c8c1 View commit details
    Browse the repository at this point in the history
Loading