8000 Comparing v2024.5.1-preview...v2024.5.2-preview · PowerShell/vscode-powershell · GitHub
[go: up one dir, main page]

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: v2024.5.1-preview
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: v2024.5.2-preview
Choose a head ref
  • 8 commits
  • 14 files changed
  • 3 contributors

Commits on Nov 21, 2024

  1. Improve warning when additional PowerShell isn't found

    Since we added logic which searches for possible intended permutations
    of the given additional PowerShell path, we needed to make the warning
    show only if none of the permutations were found. This was accomplished
    by suppressing it in the first iterator and then yielding it again after
    the permutations were exhausted with the warning unsuppressed.
    andyleejordan committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7a42c84 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Fix additional PowerShell warning (take two)

    Since Show Session Menu always fully enumerates the iterator we needed
    to move the existence check into the generator. Fortunately the 'exists'
    method was already idempotent. I'd like this to be cleaner, but at least
    the tests now make sense (and required a stub fix).
    andyleejordan committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3c71fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aae792 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    23619a9 View commit details
    Browse the repository at this point in the history
  2. Add Prettier extension to recommendations

    Since it's set as the TypeScript formatter.
    andyleejordan committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d1a89fa View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Fix for "suppress psscriptanalyzer rule" snippets (#5110)

    Fix for issue #5108
    
    - Corrects a missing close comment in the Function rule snippet
    - Corrects the tab stop numbering in the Parameter rule snippet as well as duplicate use of `$TM_SELECTED_TEXT`
    - Adds a missing comma in The Scope rule snippet
    - Minor formatting
    TMA-2 authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    1aa99c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Bump packages

    andyleejordan committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    c101d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75312a View commit details
    Browse the repository at this point in the history
Loading
0