We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb47cb commit 38e495cCopy full SHA for 38e495c
1 file changed
CHANGELOG.md
@@ -9,6 +9,12 @@ to structure this file.
9
## [Unreleased]
10
11
### 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
18
- Changelog update instructions to Copilot instructions
19
- Clear process for updating CHANGELOG.md for every PR
20
- Guidelines for using Keep a Changelog format categories
0 commit comments