File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2021.12.0-preview
4
+ ### Monday, December 20, 2021
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ We're hard at work continuing to improvo the stability and coverage of the PowerShell
9
+ Preview so we can bring the updates to the regular extension. Most recently we got the unit tests
10
+ covering the debugger back online, which revealed a bug in the ability to set variables
11
+ through the debugger. We're continuing to work to resolve this and re-enable the rest of
12
+ our tests. Please keep using the Preview if you're able and filing bug reports, we
13
+ appreciate it!
14
+
15
+ - 🐛 🔍 [ vscode-powershell #3713 ] ( https://github.com/PowerShell/vscode-powershell/pull/3728 ) - Support debugging without a workspace.
16
+ - 🐛 📺 [ vscode-powershell #3709 ] ( https://github.com/PowerShell/vscode-powershell/pull/3735 ) - Fix ` EnableISEMode ` for Azure Data Studio.
17
+
18
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
19
+
20
+ - 🐛 🚂 [ vscode-powershell #3718 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1647 ) - Create ` $psEditor ` as a constant.
21
+ - #️⃣ 🙏 [ PowerShellEditorServices #1641 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1641 ) - Added check to see if ` PSModulePath ` already contained ` BundledModulePath ` . (Thanks @dkattan !)
22
+ - #️⃣ 🙏 [ PowerShellEditorServices #1640 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1640 ) - Implemented ` -LanguageServiceOnly ` switch. (Thanks @dkattan !)
23
+ - 🐛 🛫 [ PowerShellEditorServices #1638 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1638 ) - Fix ` BundledModulePath ` and PSReadLine loading (redux).
24
+ - 🐛 🔍 [ PowerShellEditorServices #1635 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1635 ) - Re-enable ` DebugServiceTests ` suite.
25
+
3
26
## v2021.11.1-preview
4
27
### Monday, November 22, 2021
5
28
You can’t perform that action at this time.
0 commit comments