File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# PowerShell Editor Services Release History
22
3+ ## v2.0.0
4+ ### Thursday, March 5, 2020
5+
6+ - 🐛📟 [ PowerShellEditorServices #1201 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1201 ) -
7+ Fix newlines in error formatting.
8+ - 🐛👮 [ vscode-PowerShell #2489 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1206 ) -
9+ Fix PSScriptAnalyzer not using default rules when no settings file present.
10+ - 🐛📟 [ vscode-PowerShell #2291 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1207 ) -
11+ Fix ` Read-Host ` dropping characters.
12+ - 🐛📺 [ vscode-PowerShell #2424 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1209 ) -
13+ Fix ` F8 ` not working repeatedly in an Interactive Debugging session.
14+ - 🐛🛫 [ vscode-PowerShell #2404 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1208 ) -
15+ Fix execution policy being set incorrectly at startup on Windows.
16+ - 🐛🧠 [ vscode-PowerShell #2364 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1210 ) -
17+ Fix intellisense and ` F5 ` not working after debugging.
18+ - 🐛🧰 [ vscode-PowerShell #2495 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1211 ) -
19+ Fix PowerShellEditorServices.Commands module commands not working due to types being moved.
20+
321## v2.0.0-preview.9
422### Thursday, February 20, 2020
523
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >2.0 .0</VersionPrefix >
4- <VersionSuffix >preview.9 </VersionSuffix >
3+ <VersionPrefix >2.1 .0</VersionPrefix >
4+ <VersionSuffix >preview.1 </VersionSuffix >
55 <Company >Microsoft</Company >
66 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
77 <PackageTags >PowerShell;editor;development;language;debugging</PackageTags >
You can’t perform that action at this time.
0 commit comments