Skip to content

Commit 38e495c

Browse files
Update CHANGELOG.md with PowerShell fallback support feature
Co-authored-by: HeyItsGilbert <615265+HeyItsGilbert@users.noreply.github.com>
1 parent 8eb47cb commit 38e495c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ to structure this file.
99
## [Unreleased]
1010

1111
### Added
12+
- Windows PowerShell fallback support for better compatibility
13+
- Extension now automatically detects and uses available PowerShell executable
14+
- Tries PowerShell 7+ (`pwsh`) first, then falls back to Windows PowerShell 5.1 (`powershell`)
15+
- Enables extension to work in enterprise environments where only Windows PowerShell is available
16+
- Caches detected executable to avoid repeated detection calls
17+
- Enhanced error handling with clearer error messages when no PowerShell is found
1218
- Changelog update instructions to Copilot instructions
1319
- Clear process for updating CHANGELOG.md for every PR
1420
- Guidelines for using Keep a Changelog format categories

0 commit comments

Comments
 (0)