File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
3
+ ## v1.13.0
4
+ ### Monday, September 23, 2019
5
+
6
+ - 🐛 [ PowerShellEditorServices #1022 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1022 ) -
7
+ Catch stream exceptions for some Debug Adapter stability.
8
+ - 🔎 [ PowerShellEditorServices #1021 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1021 ) -
9
+ Add AutoCorrectAliases setting (PR to be made in VS-Code repo as well) to add support for optionally correcting aliases as well (added in PSSA 1.18.2). (Thanks @bergmeister !).
10
+ - 🐛 [ vscode-powershell #1994 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1000 ) -
11
+ Fix crash when setBreakpoint from VSCode sends a git:/ URI.
12
+ - 🧹 [ PowerShellEditorServices #988 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/988 ) -
13
+ Remove consoleecho lib for PowerShell 7.
14
+ - 📔 [ PowerShellEditorServices #986 ] ( https://github.com/PowerShell/PowerShellEditorServices ) -
15
+ Documentation updates. (Thanks @SydneyhSmith !)
16
+ - ⚙️ [ PowerShellEditorServices #981 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/981 ) -
17
+ Update NewtonSoft.Json dependency from 10.0.3 to 11.02 since PS 6.0 has been deprecated. (Thanks @bergmeister !)
18
+ - 🐛 [ vscode-powershell #2007 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/974 ) -
19
+ Defend against crash when no PSScriptAnalyzer is found.
20
+
3
21
## v1.12.2
4
22
### Friday, May 24, 2019
5
23
You can’t perform that action at this time.
0 commit comments