File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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 ) -
Original file line number Diff line number Diff line change 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!" ,
You can’t perform that action at this time.
0 commit comments