Skip to content

Commit 3dff85b

Browse files
authored
[Ignore] Update preview changelog (#2509)
1 parent d431617 commit 3dff85b

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

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

3+
## v2020.3.0
4+
### Thursday, March 12, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- ✨📺 [vscode-PowerShell #2503](https://github.com/PowerShell/vscode-powershell/pull/2503) -
8+
Pick up the PowerShell dotnet global tool as a PowerShell runtime.
9+
- 🐛🛫 [vscode-PowerShell #2491](https://github.com/PowerShell/vscode-powershell/pull/2498) -
10+
Fix a startup issue where console becomes unresponsive due to the client waiting for the terminal PID from VSCode.
11+
- 🐛👮 [vscode-PowerShell #2190](https://github.com/PowerShell/vscode-powershell/pull/2484) -
12+
Look for `PSScriptAnalyzerSettings.psd1` in the workspace root by default for script analysis,
13+
defaulting back to the default rules when not found.
14+
- 🧰 [vscode-PowerShell #2477](https://github.com/PowerShell/vscode-powershell/pull/2477) -
15+
Stop using the `caption` field on `powerShell/showChoicePrompt` messages,
16+
and instead display only the `message` field.
17+
18+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
19+
20+
- 🐛📟 [PowerShellEditorServices #1201](https://github.com/PowerShell/PowerShellEditorServices/pull/1201) -
21+
Fix newlines in error formatting.
22+
- 🐛👮 [vscode-PowerShell #2489](https://github.com/PowerShell/PowerShellEditorServices/pull/1206) -
23+
Fix PSScriptAnalyzer not using default rules when no settings file present.
24+
- 🐛📟 [vscode-PowerShell #2291](https://github.com/PowerShell/PowerShellEditorServices/pull/1207) -
25+
Fix `Read-Host` dropping characters.
26+
- 🐛📺 [vscode-PowerShell #2424](https://github.com/PowerShell/PowerShellEditorServices/pull/1209) -
27+
Fix `F8` not working repeatedly in an Interactive Debugging session.
28+
- 🐛🛫 [vscode-PowerShell #2404](https://github.com/PowerShell/PowerShellEditorServices/pull/1208) -
29+
Fix execution policy being set incorrectly at startup on Windows.
30+
- 🐛🧠 [vscode-PowerShell #2364](https://github.com/PowerShell/PowerShellEditorServices/pull/1210) -
31+
Fix intellisense and `F5` not working after debugging.
32+
- 🐛🧰 [vscode-PowerShell #2495](https://github.com/PowerShell/PowerShellEditorServices/pull/1211) -
33+
Fix PowerShellEditorServices.Commands module commands not working due to types being moved.
34+
335
## v2020.2.0
436
### Thursday, February 20, 2020
537
#### [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.2.0",
4+
"version": "2020.3.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)