File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Preview Extension Release History
2
2
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
+
3
16
## v2020.3.0-preview
4
17
### Thursday, March 12, 2020
5
18
#### [ vscode-PowerShell] ( https://github.com/PowerShell/vscode-PowerShell )
6
19
7
20
- 🐛👷♀️ [ vscode-powershell #2533 ] ( https://github.com/PowerShell/vscode-powershell/pull/2533 ) -
8
21
Change source repository's recommended extension from ms-vscode.csharp to ms-dotnettools.csharp. (Thanks @devlead !)
9
-
10
22
- ✨🐢 [ vscode-powershell #2441 ] ( https://github.com/PowerShell/vscode-powershell/pull/2441 ) -
11
23
Run a single Pester test. (Thanks @nohwnd !)
12
24
- 🐛🔧 [ vscode-powershell #2524 ] ( https://github.com/PowerShell/vscode-powershell/pull/2524 ) -
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " powershell-preview" ,
3
3
"displayName" : " PowerShell Preview" ,
4
- "version" : " 2020.3.0 " ,
4
+ "version" : " 2020.3.1 " ,
5
5
"preview" : true ,
6
6
"publisher" : " ms-vscode" ,
7
7
"description" : " (Preview) Develop PowerShell scripts in Visual Studio Code!" ,
You can’t perform that action at this time.
0 commit comments