-
Notifications
You must be signed in to change notification settings - Fork 513
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 14 files changed
- 3 contributors
Commits on Nov 21, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7a42c84 - Browse repository at this point
Copy the full SHA 7a42c84View commit details
Commits on Nov 22, 2024
-
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).
Configuration menu - View commit details
-
Copy full SHA for 3c71fcf - Browse repository at this point
Copy the full SHA 3c71fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aae792 - Browse repository at this point
Copy the full SHA 7aae792View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23619a9 - Browse repository at this point
Copy the full SHA 23619a9View commit details -
Add Prettier extension to recommendations
Since it's set as the TypeScript formatter.
Configuration menu - View commit details
-
Copy full SHA for d1a89fa - Browse repository at this point
Copy the full SHA d1a89faView commit details
Commits on Dec 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1aa99c2 - Browse repository at this point
Copy the full SHA 1aa99c2View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c101d97 - Browse repository at this point
Copy the full SHA c101d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75312a - Browse repository at this point
Copy the full SHA d75312aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2024.5.1-preview...v2024.5.2-preview