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: da3894a8ec4150a24e3034d7f60e3a2e34d9cbc9
Choose a base ref
...
head repository: PowerShell/PowerShellEditorServices
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 400dce5fafb1b354fcd20b71c0df5970a5221c46
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

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.
    andyleejordan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    400dce5 View commit details
    Browse the repository at this point in the history
Loading