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/vscode-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: de86fec
Choose a base ref
...
head repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: afd1b69
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Jul 10, 2025

  1. Update dev and optional dependencies to satisfy component governance (#…

    …5237)
    
    Even though these aren't shipped.
    andyleejordan authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    3c85165 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Add an extended Snippet for Advanced Functions (#5203)

    fixes #5197
    
    Adds the ISE Advanced Function snippet, with some modern updates and adds placeholder support.
    
    ---------
    
    Co-authored-by: Justin Grote <JustinGrote@users.noreply.github.com>
    kilasuit and JustinGrote authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    2093b3e View commit details
    Browse the repository at this point in the history
  2. Bump to Node 22.15.1 and remove node-fetch (#5214)

    * Bump node and remove node-fetch
    * Update packages and feed
    
    ---------
    
    Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com>
    JustinGrote and andyleejordan authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    e86a95c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Add createTemporaryIntegratedConsole to attach opt (#5247)

    Adds the option `createTemporaryIntegratedConsole` to the attach
    configuration. No changes are needed in the code to enable this scenario
    as it work without any issues right now.
    jborean93 authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    4cea222 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Add examples for Start-DebugAttachSession (#5246)

    Adds examples to demonstrate how the new `Start-DebugAttachSession`
    function added in PowerShell Editor Services can be used.
    jborean93 authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    afd1b69 View commit details
    Browse the repository at this point in the history
Loading