File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
3
+ ## v2.2.0-preview.2
4
+ ### Wednesday, May 06, 2020
5
+
6
+ - 🛫🐛 [ PowerShellEditorServices #1285 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1285 ) -
7
+ Use API on ScriptBlock to generate PSCommand to run in ConstrainedLanguage mode.
8
+ - ⚡️🧠 [ PowerShellEditorServices #1283 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1283 ) -
9
+ Move to Omnisharp lib 0.17.0 for increased performance.
10
+ - ✨👮 [ PowerShellEditorServices #1280 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1280 ) -
11
+ Add additional settings for PSScriptAnalyzer 1.19. (Thanks @bergmeister !)
12
+ - 🔗 🐛 [ vscode-powershell #305 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1279 ) -
13
+ Fix document highlight column.
14
+ - 🐛🧠 [ PowerShellEditorServices #1276 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1276 ) -
15
+ Handle when no CommandInfo comes back from Get-Command to prevent an Exception showing up in logs.
16
+
3
17
## v2.2.0-preview.1
4
18
### Tuesday, April 28, 2020
5
19
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.2.0</VersionPrefix >
4
- <VersionSuffix >preview.1 </VersionSuffix >
4
+ <VersionSuffix >preview.2 </VersionSuffix >
5
5
<Company >Microsoft</Company >
6
6
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
7
7
<PackageTags >PowerShell;editor;development;language;debugging</PackageTags >
You can’t perform that action at this time.
0 commit comments