Skip to content

Commit 7478aa1

Browse files
committed
Update CHANGELOG for v2021.12.0-preview
1 parent 43cf7d1 commit 7478aa1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# PowerShell Extension Release History
22

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+
17+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
18+
19+
- 🐛 🚂 [vscode-powershell #3718](https://github.com/PowerShell/PowerShellEditorServices/pull/1647) - Create `$psEditor` as a constant.
20+
- #️⃣ 🙏 [PowerShellEditorServices #1641](https://github.com/PowerShell/PowerShellEditorServices/pull/1641) - Added check to see if `PSModulePath` already contained `BundledModulePath`. (Thanks @dkattan!)
21+
- #️⃣ 🙏 [PowerShellEditorServices #1640](https://github.com/PowerShell/PowerShellEditorServices/pull/1640) - Implemented `-LanguageServiceOnly` switch. (Thanks @dkattan!)
22+
- 🐛 🛫 [PowerShellEditorServices #1638](https://github.com/PowerShell/PowerShellEditorServices/pull/1638) - Fix `BundledModulePath` and PSReadLine loading (redux).
23+
- 🐛 🔍 [PowerShellEditorServices #1635](https://github.com/PowerShell/PowerShellEditorServices/pull/1635) - Re-enable `DebugServiceTests` suite.
24+
325
## v2021.11.1-preview
426
### Monday, November 22, 2021
527

0 commit comments

Comments
 (0)