Skip to content

Commit 07e3bc1

Browse files
authored
[Ignore] Update changelog for 2020.2.0 preview release (#2481)
1 parent b31a23d commit 07e3bc1

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# PowerShell Preview Extension Release History
22

3+
## v2020.2.0
4+
### Thursday, February 20, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- 🐛📖 [vscode-PowerShell #2470](https://github.com/PowerShell/vscode-powershell/pull/2470) -
8+
Fix incorrect reference to `New-ManifestModule` in documentation. (Thanks @rbleattler!)
9+
- 🐛📺 [vscode-PowerShell #2469](https://github.com/PowerShell/vscode-powershell/pull/2469) -
10+
Close other open pwsh instances when updating PowerShell.
11+
- 🐛📟 [vscode-PowerShell #2434](https://github.com/powershell/vscode-powershell/pull/2437) -
12+
Use a new VSCode API to hide the integrated terminal from the shell list
13+
until debugging when `showOnStartup` is disabled.
14+
- ✨🐢 [vscode-PowerShell #2445](https://github.com/PowerShell/vscode-powershell/pull/2445) -
15+
Add `Run/Debug Pester tests` context menu options in the VSCode explorer
16+
for Pester test files. (Thanks @bergmeister!)
17+
- 🐛🐢 [vscode-PowerShell #2438](https://github.com/PowerShell/vscode-powershell/pull/2447/) -
18+
Fixes test failures in Pester contexts not showing up in the Problems pane. (Thanks @tillig!)
19+
- 🐛🔍 [vscode-PowerShell #2548](https://github.com/PowerShell/vscode-powershell/pull/2458) -
20+
Show error message instead of hanging when temp debugging is used with an untitled file.
21+
- 👷 [vscode-PowerShell #2465](https://github.com/PowerShell/vscode-powershell/pull/2465) -
22+
Move macOS CI images to 10.14 (Thanks @bergmeister!)
23+
24+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
25+
26+
- 🐛📁 [vscode-PowerShell #2421](https://github.com/powershell/powershelleditorservices/pull/1161) -
27+
Fix WorkspacePath so that references work with non-ASCII characters.
28+
- 🐛📟 [vscode-PowerShell #2372](https://github.com/powershell/powershelleditorservices/pull/1162) -
29+
Fix prompt behavior when debugging.
30+
- 🐛🛫 [PowerShellEditorServices #1171](https://github.com/powershell/powershelleditorservices/pull/1171) -
31+
Fix race condition where running multiple profiles caused errors.
32+
- 🐛📟 [vscode-PowerShell #2420](https://github.com/powershell/powershelleditorservices/pull/1173) -
33+
Fix an issue where pasting to a `Get-Credential` prompt in some Windows versions caused a crash.
34+
- 🐛📟 [vscode-PowerShell #1790](https://github.com/powershell/powershelleditorservices/pull/1174) -
35+
Fix an inconsistency where `Read-Host -Prompt 'prompt'` would return `$null` rather than empty string
36+
when given no input.
37+
- 🐛🔗 [PowerShellEditorServices #1177](https://github.com/powershell/powershelleditorservices/pull/1174) -
38+
Fix an issue where untitled files did not work with CodeLens.
39+
- ⚡️⏱️ [PowerShellEditorServices #1172](https://github.com/powershell/powershelleditorservices/pull/1172) -
40+
Improve `async`/`await` and `Task` usage to reduce concurrency overhead and improve performance.
41+
- 🐛📟 [PowerShellEditorServices #1178](https://github.com/powershell/powershelleditorservices/pull/1178) -
42+
Improve PSReadLine experience where no new line is rendered in the console.
43+
- ✨🔍 [PowerShellEditorServices #1119](https://github.com/powershell/powershelleditorservices/pull/1119) -
44+
Enable new debugging APIs added in PowerShell 7, improving performance and fixing issues where
45+
the debugger would hang or be unable to update breakpoints while scripts were running.
46+
- 👷📟 [PowerShellEditorServices #1187](https://github.com/PowerShell/PowerShellEditorServices/pull/1187) -
47+
Upgrade built-in PSReadLine to 2.0.0 GA.
48+
- 🐛👮 [PowerShellEditorServices #1179](https://github.com/PowerShell/PowerShellEditorServices/pull/1179) -
49+
Improve integration with PSScriptAnalyzer, improving performance,
50+
fixing an error when PSScriptAnalyzer is not available, fix CodeActions not appearing on Windows,
51+
fix an issue where the PSModulePath is reset by PSScriptAnalyzer opening new runspaces.
52+
- 🚂 [PowerShellEditorServices #1183](https://github.com/PowerShell/PowerShellEditorServices/pull/1183) -
53+
Close over public APIs not intended for external use and replace with new, async-friendly APIs.
54+
355
## v2020.1.0
456
### Monday, January 13, 2020
557
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2020.1.0",
4+
"version": "2020.2.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)