File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
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
+
3
21
## v2.0.0-preview.9
4
22
### Thursday, February 20, 2020
5
23
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >2.0 .0</VersionPrefix >
4
- <VersionSuffix >preview.9 </VersionSuffix >
3
+ <VersionPrefix >2.1 .0</VersionPrefix >
4
+ <VersionSuffix >preview.1 </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