Skip to content

Commit bd2c36a

Browse files
Update version to v2020.3.1-preview and update changelog (#2588)
1 parent d95496f commit bd2c36a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# PowerShell Preview Extension Release History
22

3+
## v2020.3.1-preview
4+
### Thursday, March 26, 2020
5+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
6+
7+
- 🐛🧠 [vscode-powershell #2584](https://github.com/PowerShell/PowerShellEditorServices/pull/1243) -
8+
Refactor GetCommandSynopsisAsync method to make sure cmdlets with module prefixes work.
9+
- 🐛⚡️🧠📚 [vscode-powershell #2556](https://github.com/PowerShell/PowerShellEditorServices/pull/1238) -
10+
Add cancellation for `textDocument/completion`, `textDocument/codeAction`, `textDocument/folding`.
11+
- ✨👮 [vscode-powershell #2572](https://github.com/PowerShell/PowerShellEditorServices/pull/1241) -
12+
Only run diagnostics on PowerShell files.
13+
- ⚡️🧠 [PowerShellEditorServices #1237](https://github.com/PowerShell/PowerShellEditorServices/pull/1237) -
14+
Optimize when we run GetCommandInfoAsync to use the pipeline less for Intellisense.
15+
316
## v2020.3.0-preview
417
### Thursday, March 12, 2020
518
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
619

720
- 🐛👷‍♀️ [vscode-powershell #2533](https://github.com/PowerShell/vscode-powershell/pull/2533) -
821
Change source repository's recommended extension from ms-vscode.csharp to ms-dotnettools.csharp. (Thanks @devlead!)
9-
1022
- ✨🐢 [vscode-powershell #2441](https://github.com/PowerShell/vscode-powershell/pull/2441) -
1123
Run a single Pester test. (Thanks @nohwnd!)
1224
- 🐛🔧 [vscode-powershell #2524](https://github.com/PowerShell/vscode-powershell/pull/2524) -

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.3.0",
4+
"version": "2020.3.1",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)