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.21.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.0.0
Choose a head ref
  • 19 commits
  • 29 files changed
  • 3 contributors

Commits on Nov 4, 2024

  1. Add new Decorator and Label semantic tokens for attributes and loop l…

    …abels. Also removes the incorrect Generic -> Function mapping.
    MartinGC94 authored and andyleejordan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7318898 View commit details
    Browse the repository at this point in the history
  2. Update test

    MartinGC94 authored and andyleejordan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2c24b96 View commit details
    Browse the repository at this point in the history
  3. Fix test

    MartinGC94 authored and andyleejordan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7e2d864 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    253e942 View commit details
    Browse the repository at this point in the history
  2. Drop support for PowerShell 7.2 (net6.0) per its end-of-life

    Also allows us to bump Microsoft.Extensions.Logging to 9.0.0.
    andyleejordan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    feabfd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    38dd8f0 View commit details
    Browse the repository at this point in the history
  2. Add basic logger

    JustinGrote authored and andyleejordan committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    71253d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9de5bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    455ca1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b585308 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    160a903 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3585f00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ce8911 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    671cb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c960bf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2c456 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2201 from PowerShell/justingrote/docs/clarifySupport

    Docs: Add PowerShell Support Statement
    JustinGrote authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    af34540 View commit details
    Browse the repository at this point in the history
  5. Switch OneBranch pipeline to only build and not test

    Primarily this is because the end-to-end tests currently hang only on
    OneBranch because the image still only has end-of-life PowerShell 7.3,
    which we've dropped support for. But we need to do a release.
    
    All the CI tests run on GitHub where we do our actual development and
    their images are up-to-date so it all passes.
    andyleejordan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    20fa478 View commit details
    Browse the repository at this point in the history
  6. v4.0.0: Drop support for PowerShell <7.4 and logging overhaul

    PowerShell 7.2 LTS and 7.3 are now past end-of-support and are now unsupported.
    This is an incompatible API change so we're bumping the major version.
    Please update to PowerShell 7.4 LTS going forward.
    
    This release contains a logging overhaul which purposely removes our
    dependency on Serilog and should lead to improved stability with
    PowerShell 5.1 (by avoiding a major GAC assembly conflict).
    andyleejordan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fec1f3a View commit details
    Browse the repository at this point in the history
Loading